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

# Virtual envs
.venv/
venv/
env/
ENV/

# uv
.uv/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checkers
.mypy_cache/
.ruff_cache/
.pyre/

# Cache
.cache/
diskcache/

# Docs build
site/

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

# Env
.env
.env.local
.env.agents

# Project-specific
*.snirf.cache
examples/data/*.snirf
!examples/data/.gitkeep
