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

Remove tracked pyc and cache files, update .gitignore

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