Rewrite
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@ -1,6 +1,31 @@
|
||||
# Python #
|
||||
# Virtual Environment
|
||||
/.venv/
|
||||
|
||||
# Cache
|
||||
__pycache__/
|
||||
|
||||
# Build
|
||||
/dist/
|
||||
*.egg-info/
|
||||
|
||||
# Tools
|
||||
/.pytest_cache/
|
||||
/.mypy_cache/
|
||||
|
||||
# Nix #
|
||||
|
||||
# Build
|
||||
/result
|
||||
|
||||
# MicroVM
|
||||
/var.img
|
||||
/control.socket
|
||||
|
||||
# Direnv #
|
||||
/.direnv/
|
||||
|
||||
*.json
|
||||
*.bin
|
||||
# Project specific files #
|
||||
config.json
|
||||
db.json
|
||||
log.jsonl
|
||||
|
Reference in New Issue
Block a user