# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# Jupyter
.ipynb_checkpoints/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Claude Code local (machine-specific) settings
.claude/settings.local.json

# Environment variables / secrets
.env
*.local

# EEG data & model artifacts (usually large; keep out of git)
data/raw/
data/interim/
data/processed/
*.edf
*.bdf
*.set
*.fif
*.fdt
*.vhdr
*.vmrk
*.eeg
*.mat
*.npy
*.npz
*.h5
*.hdf5
models/
outputs/
logs/
*.log

# Docs build output (regenerate with `mkdocs build`)
site/

# Generated app + benchmark artifacts (regenerate via benchmarks/build_phase_b_artifacts.py)
app/assets/
benchmarks/reproduction_results.json
*.joblib
