# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Environment
.env
.venv
venv/
env/

# Secrets
.api_key
.vllm_key

# Project-specific
output/
output
data/

*.zip
api_keys


# egg info
*.egg-info/
*.egg
.gemini
.claude
.vscode/
# Internal-only docs
docs/internal/
AGENTS.md
docs/agent-instructions/

# agent_systems generated artifacts (benchmark harness)
agent_systems/eval_root*/
agent_systems/**/node_modules/
agent_systems/**/.codex-runtime/
