re-arrange directory structure

main
Jeff Moe 2023-11-25 11:43:15 -07:00
parent 9972f98afa
commit bf1e9c43be
14 changed files with 10 additions and 10 deletions

11
.gitignore vendored
View File

@ -1,3 +1,12 @@
.~lock.*.ods#
*.swp
.pytest_cache/
.python-version
build
env
tmp
venv
*.swp
**/dist/
**/*.egg-info/
*/target/
__pycache__

View File

@ -1,9 +0,0 @@
**/target/
Cargo.lock
venv
env
build
__pycache__
.python-version
**/dist/
**/*.egg-info/