# Editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

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

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.uv/

# Rust
target/
Cargo.lock
*.so
*.dylib
*.dll

# Template repo checkout (for making template changes)
.template-repo/

# Local settings
.claude/settings.local.json
.claude/*.local.md

# Added by template sync
# Local Claude settings
.claude/autonomous-session.local.md
# Beads lock/socket files
.beads/*.sock*
.beads/*.lock*

# GitHub credentials (never commit)
.devcontainer/.credentials/

# Added by template sync
.claude/*.local

# Added by capability: readthedocs
.cache/
*.pyc
*.pyo
site/

# Added by capability regeneration
.devcontainer/.ssh/
.devcontainer/.docker-build-hash
.claude/setup.local.md
