# Large data directories (22GB+ ConDefects, Test.zip, etc.)
data/

# Eval outputs (mounted at runtime, not baked into image)
evals/artifacts/
evals/results/
evals/swebench_runs/
results/

# Version control
.git/

# Virtual environments
.venv/
.venv*/
venv/
ENV/

# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/

# Testing & coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
coverage.json
.benchmarks/
.mutmut-cache/

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

# OS
.DS_Store
Thumbs.db

# llmdebug snapshots (dev) — top-level and nested in cases
.llmdebug/
**/.llmdebug/

# Misc
.ruff_cache/
.uv-cache/
slurm/.env.local
