This commit is contained in:
2025-01-02 18:18:57 +01:00
parent 3270e3fe2c
commit 626b736626
20 changed files with 794 additions and 690 deletions

29
.gitignore vendored
View File

@ -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