# Build artifacts
build/
dist/
*.egg-info/
*.egg
wheels/

# Python cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/

# venvs
.venv/
venv/
env/

# uv
.uv-cache/

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

# Coverage
.coverage
htmlcov/
coverage.xml

# Local
.env
.env.local

# 0185: per-task worktrees
.worktrees/
