# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Documentation
site/

# Logs and runtime
logs*/
*.log
cooperbench_results.xlsx
misc/

# Cache
.cooperbench_cache/
.cache/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Jupyter
.ipynb_checkpoints/

# Runtime-generated folders and files within dataset
dataset/**/agent_workspace/
dataset/**/*-pr-*/
dataset/**/*_main/
dataset/**/requirements_validated.txt

# Agent workspaces (generated at runtime)
**/agent_workspace/
.claude/
workspace/
