.env
.env.*
.git
.gitignore
__pycache__
*.pyc
*.pyo
*.egg-info/
.venv
venv/
.cache
.pytest_cache
.mypy_cache

out/
logs/
archive/
tests/
notes.md
*.log

.claude/
.DS_Store
