Spaces:
Paused
Paused
Paul commited on
Commit ·
7fc7f54
1
Parent(s): 5a450e1
Remove PDF and statistics MD files from git tracking - not allowed on Hugging Face Spaces
Browse files- .gitignore +7 -0
.gitignore
CHANGED
|
@@ -41,3 +41,10 @@ logs/
|
|
| 41 |
|
| 42 |
# Hugging Face
|
| 43 |
.huggingface/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
# Hugging Face
|
| 43 |
.huggingface/
|
| 44 |
+
|
| 45 |
+
# Documentation files that shouldn't be pushed (MD/PDF reports)
|
| 46 |
+
*.pdf
|
| 47 |
+
CSV_STATISTICS.md
|
| 48 |
+
TRIGGER_BIAS_ANALYSIS.md
|
| 49 |
+
IMPROVEMENTS_SUMMARY.md
|
| 50 |
+
# Keep essential documentation like README.md
|