# Secrets
.env
.env.*
!.env.example

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

# Node
node_modules/
npm-debug.log*
*.tgz

# jevbrief output
traces/
*.jsonl

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/

# ci benchmark logs (real GitHub Actions logs, not committed; recollect with bench/ci/fetch_runs.py)
bench/ci/runs/
