# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.ruff_cache/

# Type checkers
.mypy_cache/
.pyright/

# Distribution / packaging
*.egg
MANIFEST

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Surfx runtime data (never commit local config or cache)
.surfx-cache.json
config.toml
