# Virtual environments
.venv/
venv/

# Python bytecode
__pycache__/
*.pyc
*.pyo

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

# Tool caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage

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

# OS
.DS_Store
Thumbs.db

# MkDocs build output
site/

# Keep source protos in-repo for standalone regeneration
!proto/
!proto/cleaned/
!proto/cleaned/*.proto

# Local API reference files — not for version control
/reference
tokens.json
*.pem
*.key
*.crt
*.p12
.env
.env.*

