Luigi commited on
Commit
48c9dfd
·
1 Parent(s): a0b6214

Ignore Python bytecode and Vim swap files

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