Skip to content

Commit 06bbfec

Browse files
committed
modified .gitignore
1 parent 6189a17 commit 06bbfec

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Ignore Python cache
2+
__pycache__
3+
__pycache__/
4+
/__pycache__
5+
**/__pycache__/
6+
__pycache__/
7+
*.py[cod]
8+
*$py.class
9+
110
# Ignore Python version
211
.python-version
312

0 commit comments

Comments
 (0)