Luigi commited on
Commit
1cf2fc5
·
1 Parent(s): 04ee8c7

Ignore .pyc and __pycache__ files

Browse files
Files changed (1) hide show
  1. .gitignore +2 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.pyc
2
+ __pycache__/