Cursor Agent commited on
Commit
ef79a96
·
1 Parent(s): 8ab90a3

chore: Remove binary backup file for HuggingFace compatibility

Browse files

- Remove backup_20251213_133959.tar.gz (binary file)
- Update .gitignore to exclude tar.gz, zip, tar files
- Ensure HuggingFace Space compatibility

Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -60,3 +60,6 @@ data/exports/
60
  *.docx
61
  *.pyc
62
  __pycache__/
 
 
 
 
60
  *.docx
61
  *.pyc
62
  __pycache__/
63
+ *.tar.gz
64
+ *.zip
65
+ *.tar