# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.venv/
venv/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

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

# OS
.DS_Store
Thumbs.db

# Node (leaderboard)
leaderboard/node_modules/
leaderboard/.next/
leaderboard/out/

# Results (local runs)
results/
data/results/

# Environment
.env
.env.local

# Workspace outputs (generated during benchmark runs)
workspace/
tasks/**/workspace/

# Checkpoint files
.checkpoint.json

# Docker SSL certs (sensitive)
docker/ssl-certs/

# Build artifacts
*.tar.gz

# Claude / Cursor
.claude/
.cursor/

# Internal planning docs
file_*.txt
extract_docstrings.py
