# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/

# Node
node_modules/
.next/
.turbo/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Local artifacts
runs/local/
checkpoints/
wandb/
*.ckpt
*.pt
*.pth

# Env
.env
.env.local

# Apps
apps/api/dist/
# user-uploaded prior wheels
apps/api/uploads/
# cached pip-installed deps for prior sampling
apps/api/.deps-cache/
apps/web/dist/
apps/web/.angular/
apps/website/.next/
apps/website/out/
apps/website/node_modules/

# CLI deps venv (not the same as `.venv/` — this one's a separate
# isolated env the runner uses for prior sampling, defaults to
# PRIORSTUDIO_CLI). Huge, recreatable, never useful to commit.
.deps-venv/

# Runtime state
data/
checkpoint/
logs/
*.pid
backups/

# Build / build outputs
*.tsbuildinfo
*.log
