# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Tests / linters / type-checkers
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/

# Virtual envs
.venv/
venv/
env/
.env
.python-version

# uv
uv.lock

# IDE
.vscode/
.idea/
.claude/
*.swp
.DS_Store

# steerkit workspace artifacts
*.zarr/
*.probe.safetensors
cache/
runs/

# mkdocs build output
site/
dist/
