Initial commit

This commit is contained in:
Storm Dragon
2025-12-15 04:09:55 -05:00
commit 555ca0bba9
26 changed files with 4532 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
__pycache__/
*.py[cod]
*.log
# Virtual environments
.venv/
venv/
env/
.env
.env.*
# Build and packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Tooling caches
.pytest_cache/
.mypy_cache/
.coverage
# IDE/editor settings
.vscode/
.idea/
# Local AI/config helpers
/.claude