feat: initial commit

This commit is contained in:
2026-06-17 22:24:58 -04:00
commit 2706aa9301
8 changed files with 1476 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Configuration files
config.yaml
.env
# State files
state.json
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv