# OS artifacts
.DS_Store
Thumbs.db

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

# Environment
.env
.env.local
.env.*.local

# Dependencies
node_modules/
.venv/
venv/

# Generated package skill bundles
packages/*/skills/**
!packages/*/skills/
!packages/*/skills/.gitkeep

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
dist/
build/

# Test directories — fully generated by the agent at eval time
# Only .gitkeep is tracked to preserve the directory structure
tests/**
!tests/
!tests/*/
!tests/*/.gitkeep

# Eval results (raw harness output, regenerated each run)
data/results/
data/prompts/.tmp-prompts.jsonl

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
