# 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/
