# Python environments and generated files
.venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Test, type-check, lint, and coverage output
.coverage
.coverage.*
.mypy_cache/
.pytest_cache/
.ruff_cache/
coverage.xml
htmlcov/

# Local environment and editor configuration
.env
.env.*
.idea/
.vscode/
.DS_Store

# Local planning artifacts
/prompts/
