__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
!electron/build/
.eggs/
*.egg
.venv/
venv/
.env
.ruff_cache/
.mypy_cache/
.pytest_cache/
.DS_Store

# Benchmark output (plots, JSON)
benchmarks/output/

# Tenet runtime secrets
api_key
keyfile
audit.jsonl
tokens.db
/.claude/worktrees
dist-electron/
dist-sidecar/
electron/dist-dev/

# OPF third-party clone + isolated venv (local only)
benchmarks/third_party/
