Skip to content

Commit 7203ca0

Browse files
authored
Merge pull request #84 from theStack/ignore_pyc_files
Add .gitignore to avoid tracking python-generated files
2 parents 68e8759 + 70b830e commit 7203ca0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Python-generated files
2+
__pycache__/
3+
*.py[oc]
4+
build/
5+
dist/
6+
wheels/
7+
*.egg-info
8+
9+
# Virtual environments
10+
.venv

0 commit comments

Comments
 (0)