# ======================
# uv environments
# ======================
**/.venv/
.uv-cache/
 
# ======================
# Python
# ======================
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
 
# ======================
# Jupyter
# ======================
.ipynb_checkpoints/
**/.ipynb_checkpoints/
 
# ======================
# OS files
# ======================
.DS_Store               # macOS
Thumbs.db               # Windows
 
# ======================
# Editor
# ======================
.vscode/settings.json
.idea/
*.swp
*.swo
 
# ======================
# Measurement data
# ======================
data/