# Worktrees
.worktrees/

# Ralph status files
.ralph-status

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

# Node
node_modules/
.next/
out/

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


_productivity_inference/


# OS
.DS_Store
Thumbs.db

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

# Benchmark results (large files)
backend/benchmark-results/

# Large binary feature files
*.npy

# V-JEPA2 frame features (39GB+)
backend/results/vjepa2_frame_features/

dashboard-legacy/
.mcp.json

# Reference materials
reference/
sd-to-storage/
.dmux/
.hypothesis/

# Local data cache (frames, manifests, labels)
.cache/

# Generated data artifacts & reports
scripts/dead_assets.json
scripts/dead_assets.ids.txt
scripts/sample_preview.html
scripts/sample_dataset_report.html
outputs/
reference_mobile.png
local-archive/

# Tailscale TLS certs
*.ts.net.crt
*.ts.net.key
