Spaces:
Build error
Build error
Tany Nguyen commited on
Commit ·
a0dbb62
1
Parent(s): 715ea6b
chore: add model_creds/ to .gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -106,6 +106,7 @@ venv.bak/
|
|
| 106 |
*.env
|
| 107 |
|
| 108 |
# Secrets and API keys - NEVER commit these
|
|
|
|
| 109 |
*.pem
|
| 110 |
*.key
|
| 111 |
secrets.json
|
|
|
|
| 106 |
*.env
|
| 107 |
|
| 108 |
# Secrets and API keys - NEVER commit these
|
| 109 |
+
model_creds/
|
| 110 |
*.pem
|
| 111 |
*.key
|
| 112 |
secrets.json
|