initial rewrite
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,6 +1,13 @@
|
||||
# Python #
|
||||
/.venv/
|
||||
__pycache__/
|
||||
/dist/
|
||||
*.egg-info/
|
||||
/build/
|
||||
.pytest_cache/
|
||||
|
||||
# Nix #
|
||||
/result
|
||||
|
||||
# Direnv
|
||||
/.direnv/
|
||||
|
||||
*.json
|
||||
*.bin
|
||||
|
Reference in New Issue
Block a user