.env
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# Runtime logs
/logs/
*.log

# Local docs and agent instructions
/docs/
/README.md
/read.md
/AGENTS.md
/AGENTS.md.bak-*

# Local migration workspace
/migration/
