21 lines
246 B
Plaintext
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
|