add .gitignore and remove aux files
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# generic py
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
localsys.egg-info/
|
||||
|
||||
# vendor and build files
|
||||
dist/
|
||||
build/
|
||||
docs/sphinx/_build/
|
||||
Reference in New Issue
Block a user