Jokica17 commited on
Commit
138a1d5
·
1 Parent(s): cfede36

Added python cache files to .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +4 -0
.gitignore CHANGED
@@ -1,2 +1,6 @@
1
  # Ignore IDE-specific settings from PyCharm
2
  .idea/
 
 
 
 
 
1
  # Ignore IDE-specific settings from PyCharm
2
  .idea/
3
+
4
+ # Python cache files
5
+ __pycache__/
6
+ *.pyc