deasdutta commited on
Commit
61f7450
·
verified ·
1 Parent(s): 72e55e1

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ "__pycache__/"
2
+ "*.pyc"
3
+ ".env"
4
+ "*.gguf"
5
+ "models/slow/*.gguf"
6
+ "venv/"
7
+ ".ipynb_checkpoints/"