# OS files
*.DS_Store
thumbs.db

# Python .venv
.venv/

# Python cache
**/__pycache__/*

# Build files
dist/
build/
*.egg-info

# Pytest
.pytest_cache/

# Measurement files
*.h5
*.mat

# VSCode
.vscode/

# Sphinx temp
**/_build/*
**/_static/*
**/_templates/*
docs/generated/*