Spaces:
Sleeping
Sleeping
Added python cache files to .gitignore
Browse files- .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
|