# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

# uv
.python-version
uv.lock

# drt runtime
.drt/
state.json

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Secrets
*.env
.env*
!.env.example
*.pem
*.key
credentials.json
secrets.toml
service_account.json
docs/plans/
