Maximofn commited on
Commit
a973529
·
1 Parent(s): e4f587a

feat(GITIGNORE): :see_no_evil: Add pycache to giignore

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