Files
2026-04-12 00:35:18 -04:00

21 lines
246 B
Plaintext

__pycache__/
*.py[cod]
.venv/
.pytest_cache/
*.egg-info/
dist/
build/
# logs grow; keep directory but ignore contents
logs/*
!logs/.gitkeep
# secrets
.env
.env.*
!.env.example
# rough drafts, do not commit
rough_drafts/*.txt
rough_drafts/*.md