__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
*.egg-info/
dist/
build/
site/
.pytest_cache/
.coverage
htmlcov/
uv.lock
.ipynb_checkpoints

# Runtime artifacts
logs/
outputs/
/data/
*.log
*.out

# Claude Code state
.claude/
wandb/
