initial commit

This commit is contained in:
2026-07-06 07:56:56 -04:00
commit 70ead4b520
17 changed files with 13974 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Virtual environment
.venv/
# Python bytecode
__pycache__/
*.py[cod]
# Packaging / build artifacts
*.egg-info/
dist/
build/
# Test cache
.pytest_cache/
# Local editor / tool settings (not for sharing)
.claude/settings.local.json