Spaces:
Sleeping
Sleeping
André Fernandes commited on
Commit ·
1838cc0
1
Parent(s): 6c6abf4
renamed secrets file (to be replaced later by env variables)
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
.venv/
|
| 3 |
|
| 4 |
# Ignore authentication key file
|
| 5 |
-
|
| 6 |
|
| 7 |
# Ignore all cache
|
| 8 |
**/__pycache__/
|
|
|
|
| 2 |
.venv/
|
| 3 |
|
| 4 |
# Ignore authentication key file
|
| 5 |
+
secrets.txt
|
| 6 |
|
| 7 |
# Ignore all cache
|
| 8 |
**/__pycache__/
|