Ignore files generated by “setuptools”
This commit is contained in:
parent
d1b80dae60
commit
2a4c934daf
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -2,3 +2,8 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Files created by setuptools
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue