# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/

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

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

# Local config (never commit tokens/secrets)
.snowflake-claude-code/
config.local.toml
.env
.env.*
!.env.example

# Claude Code local state (per-user permission grants etc.)
.claude/settings.local.json
