add .gitignore and remove aux files

This commit is contained in:
2024-04-06 18:32:08 -07:00
parent a448e26b82
commit fb69bb1782
131 changed files with 9 additions and 51 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# generic py
__pycache__/
.pytest_cache/
localsys.egg-info/
# vendor and build files
dist/
build/
docs/sphinx/_build/