# --- secrets (NEVER commit) ---
.env
.env.local
.env.*.local

# --- python ---
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.hypothesis/
build/
dist/

# --- rust / maturin ---
target/
*.whl

# --- scratch ---
*.log
bioevents.jsonl
.env.bak

# gateway per-request audit log (runtime)
bioma_gateway_audit.jsonl
reference_pilot_audit.jsonl
