khalednabawi11 commited on
Commit
21f76da
·
verified ·
1 Parent(s): 75c7b83

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +15 -0
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.py[cod]
3
+ *$py.class
4
+ .env
5
+ .venv
6
+ venv/
7
+ ENV/
8
+ .DS_Store
9
+ .pytest_cache/
10
+ models/
11
+ *.gguf
12
+ *.bin
13
+ *.pt
14
+ *.pth
15
+ *.onnx