programindz commited on
Commit
d87dc63
·
verified ·
1 Parent(s): 2090788

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +10 -0
.gitignore ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python bytecode
2
+ __pycache__/
3
+ **/__pycache__/
4
+ *.py[cod]
5
+ *.pyo
6
+
7
+ # Vim swap files
8
+ *.swp
9
+
10
+ app/hf_cache/