# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/
.venv

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

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

# OS
.DS_Store
Thumbs.db

# Project specific
!tests/fixtures/*.json
results/
.ezvals/

# Agents
*.local.md
PRD.md
AGENTS.md

# Agent skill directories (created by ezvals skills add)
.codex/
.cursor/
.windsurf/
.kiro/
.roo/
.agents/


ezvals.json

# Docs assembled by workflow (not tracked in git)
ezvals/skills/evals/ezvals-docs/