This commit is contained in:
ldy
2026-06-17 08:38:15 -04:00
commit f13b8fc1ca
28 changed files with 894 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
# Env / secrets
.env
.env.local
# Output (keep the dir, ignore artifacts)
output/*
!output/.gitkeep
# OS / editor
.DS_Store
.idea/
.vscode/