Initial reyna-cli implementation

This commit is contained in:
Adolfo Reyna
2026-06-10 22:29:02 -04:00
commit 97379a1046
20 changed files with 2261 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
# Local secrets/config
.env
.env.*
*.local
# Build outputs
build/
dist/
*.egg-info/