# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/

# Experiment outputs (root-level only; src/eos_switch/data is source code)
/results/
/data/

# Preprint sources -- kept local until the arXiv submission
/paper/

# OS noise
.DS_Store
Thumbs.db

# Build artifacts
build/

# Logs
*.log

# Local editor/agent settings (machine-specific paths, not project config)
.claude/settings.local.json
