Skip to content

Commit fa547c8

Browse files
authored
Merge pull request #432 from GaneshPatil7517/cleanup/remove-pycache
Cleanup: Add comprehensive Python bytecode and cache ignore rules (#373)
2 parents a198859 + 6360c80 commit fa547c8

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)