Skip to content

Commit

Permalink
Have Git ignore distribution/packaging files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCool940711 committed Jan 3, 2024
2 parents 2e1ac96 + fff68ba commit 7c13fc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
*.pyc
__pycache__/
.tox/
env/
build/
dist/
eggs/
.eggs/
*.egg
*.egg-info/

0 comments on commit 7c13fc5

Please sign in to comment.