# .hypoignore — patterns excluded from Hypomnema hooks
# One glob per line. Lines starting with # are comments.
# Matched files are not read by hooks or included in index lookups.
# Syntax follows .gitignore glob rules.

# Large binaries
*.pdf
*.zip
*.tar.gz

# Credentials and secrets (§6.8 baseline)
*.pem
*.key
.env*
*.p12
*.pfx
id_rsa*
id_ed25519*
*credentials*
*secret*
*token*
*password*
*passwd*

# Build artifacts
node_modules/
dist/
build/

# Hypomnema runtime cache (session growth metrics, future index.jsonl, etc.)
.cache/

# Draft / scratch (uncomment to hide from hooks)
# drafts/
# scratch/
