Cursor Agent
commited on
Commit
·
5fe5bf7
1
Parent(s):
3e2ee3c
chore: Remove binary files for Hugging Face compatibility
Browse files- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -54,3 +54,9 @@ logs/
|
|
| 54 |
# Data
|
| 55 |
data/database/
|
| 56 |
data/exports/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
# Data
|
| 55 |
data/database/
|
| 56 |
data/exports/
|
| 57 |
+
|
| 58 |
+
# Binary files not allowed on Hugging Face
|
| 59 |
+
.coverage
|
| 60 |
+
*.docx
|
| 61 |
+
*.pyc
|
| 62 |
+
__pycache__/
|