Add gitignore
Especially ignore all the cruft from disttools/setuptools.
This commit is contained in:
parent
bc6447fdc9
commit
a5795dbee8
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
*~
|
||||
*.pyc
|
||||
*.egg-info
|
||||
__pycache__
|
||||
/build
|
||||
/dist
|
||||
/deb_dist
|
Loading…
Reference in New Issue
Block a user