# Python
__pycache__/
*.py[cod]
*.pyo
*.pyc

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Pytest
.pytest_cache/

# Coverage
.coverage
htmlcov/

# Environment files
.env
.env.*
!examples/.env.example
uv.lock

# Editors
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# Claude Code local config
.claude/

# Device configs (user-local, not for version control)
# ~/.lablink/ lives outside the repo, but guard against accidents
*.toml.local
