# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/

# Virtual environments
.venv/
venv/
env/

# Local config / secrets (ship .env.example, never .env)
.env

# Analysis outputs
mne_result/
*.spv
demo_study/

# MS Office lock files
~$*

# Reference material (input docs, not part of the package)
SPSS-MCP*.docx

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