# Environment
.env
.venv/
__pycache__/
*.pyc
*.pyo

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

# Build artifacts
*.egg-info/
dist/
build/

# Cache
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/
.dataeval_cache/

# Test/Build output
output/
.coverage
.coverage.*

# Generated notebooks (source of truth is MyST markdown)
*.ipynb

# Nox
.nox/
.cuda-version

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Docker (local builds)
*.tar

# Logs
*.log

# Data (should be mounted, not committed)
docs/source/notebooks/**/
/data/
/output/
