# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes

# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
*.py,cover

# Python packaging / build outputs
build/
dist/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~

# Logs and runtime artifacts
logs/
*.log
*.jsonl
artifacts/
recordings/
sessions/

# Local config / secrets
.env
.env.*
!.env.example

# Demo/runtime generated data
calibration-exports/
metrics/

# Native / media / model caches
*.mp4
*.mov
*.avi
*.mkv
*.npy
*.npz
models/
.cache/

# PyInstaller / app packaging
*.spec
*.app/
*.dmg

# Jupyter / experiments
.ipynb_checkpoints/
notebooks/.ipynb_checkpoints/
