# Local plan & step notes (not committed)
docs/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# Artifacts (pipeline outputs)
artifacts/

# Database backups (local only)
backups/

# Test / cache
.pytest_cache/

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
