# Worktrees
.worktrees/

# omx state
.omx/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
.eggs/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
tmp/
test-results/

# Node
node_modules/
.next/
out/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
!.env.example
.env.local
.env*.local
.env-archive/
.buildai/
.vercel

# Local tool state
.entire/
.codex/config.toml
.mcp.json
.hypothesis/
.dmux/
.ralph-status

# Generated artifacts
outputs/
logs/
reports/
scratchpad/
local-archive/
reference/
scripts/output/
scripts/dead_assets.json
scripts/dead_assets.ids.txt

# Service account keys
*-sa-key.json
*-sa-key-*.json

# Large binaries
*.npy

# TLS certs
*.ts.net.crt
*.ts.net.key
test-buildai-data/
