initial commit

This commit is contained in:
2025-03-23 21:08:31 +01:00
commit 7517ee5534
17 changed files with 800 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
# Python #
# Virtual Environment
/.venv/
# Cache
__pycache__/
# Build
/dist/
*.egg-info/
/build/
# Tools
/.pytest_cache/
/.mypy_cache/
# Nix #
/result
# Direnv #
/.direnv/
# Project specific files #
config.json
*.key
*.jsonl