# =============================================================================
# Python
# =============================================================================

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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# =============================================================================
# Virtual environments
# =============================================================================
.env
.venv
env/
venv/
ENV/
.envrc

# =============================================================================
# Testing & Type checking
# =============================================================================
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# =============================================================================
# IDE / Editor
# =============================================================================
.idea/
.vscode/
.claude/
*.swp
*.swo
*~

# =============================================================================
# OS
# =============================================================================
.DS_Store
Thumbs.db

# =============================================================================
# Project-specific
# =============================================================================

# Local instance configuration (contains credentials)
# Only ignore root-level instances.yaml, not examples/
/instances.yaml

# Logs
*.log
