# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg

# Environment
.env
.env.local

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

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Test output logs
.test-logs/

# Dev runtime logs
cli_output.log
*.output.log

# Test
.pytest_cache/
tests/.cache/
htmlcov/
.coverage

# SQLite
*.db

# MCP config
.mcp.json

# Codex run artifacts
/.codex-*.log
/.codex-*.json

# DLQ dumps / exports
/dlq-*.json

# Scratch scripts & notes kept in repo root during development
# (root-anchored so package __init__.py files are never matched)
/_*.py
/_*.md

# One-off R1 dogfood generators
/scripts/r1_*.py
/scripts/r1_*.json
