Spaces:
Sleeping
Sleeping
Security: Add comprehensive ignore patterns
Browse files- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -24,3 +24,9 @@ Thumbs.db
|
|
| 24 |
*.mp3
|
| 25 |
*.wav
|
| 26 |
*.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
*.mp3
|
| 25 |
*.wav
|
| 26 |
*.log
|
| 27 |
+
|
| 28 |
+
# Sensitive
|
| 29 |
+
config.yml
|
| 30 |
+
*.json
|
| 31 |
+
credentials-file.json
|
| 32 |
+
/weights/
|