plans/
.devcontainer/

# ---- Python ----
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
dist/
wheels/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.dmypy.json
.ruff_cache/
.cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Docs build
site/

# Jupyter
.ipynb_checkpoints/

# Environments / secrets
.env

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Claude Code local config
.claude/
