PIEthonista commited on
Commit
4deaa5d
·
1 Parent(s): 8b36abd
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Ignore Python cache files
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+
6
+ # mac
7
+ .DS_Store