drakosfire commited on
Commit
c3c0e66
1 Parent(s): b1df057

added .gitignore to ignore __pycache__/

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