Skip to content

Commit c015dd9

Browse files
committed
Add Python cache files to .gitignore and remove tracked __pycache__
1 parent a079cbd commit c015dd9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
config.json
22
debug
33
config.json-OLD
4-
debug-config.json
4+
debug-config.json
5+
6+
# Python cache files
7+
__pycache__/
8+
*.pyc
9+
*.pyo
10+
*.pyd
11+
.Python
-53.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)