add .gitignore and remove aux files

This commit is contained in:
2024-04-06 18:32:08 -07:00
parent c58bc8cf06
commit 7baa746006
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/