Skip to content

Commit 6360c80

Browse files
cleanup: add comprehensive Python bytecode and cache ignore rules (#373)
1 parent 8582910 commit 6360c80

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Python
1+
# Python bytecode/cache
22
__pycache__/
3+
*.pyc
4+
*.pyo
5+
*.pyd
36
*.py[cod]
47
*.class
58
*.so
69
.Python
10+
11+
# Virtual environments
712
venv/
813
env/
914
ENV/
15+
.env/
16+
.venv/
1017

1118
# IDE
1219
.vscode/

0 commit comments

Comments
 (0)