Files
Didactyl User e14514b396 security: gitignore context.logs/, context.log.md, tasks.json
Debug logging from src/llm.c (unconditional provider payload logging)
previously leaked full LLM conversation transcripts including Nostr
keys, relay URLs, DM contents, and system prompts. History scrubbed
with git-filter-repo; this prevents recurrence.
2026-07-31 06:47:58 -04:00

43 lines
540 B
Plaintext

# Sibling workspace directories (not part of this project)
/c_utils_lib/
/nostr_core_lib/
/openclaw/
/c-relay/
/nips/
/config.json
/config.jsonc
test_keys.txt
/mongoose/
/Trash/
deploy_lt.sh
nostr_delete.sh
# Build artifacts
/build/
/didactyl
*.o
*.a
*.tar.gz
debug.log
context.log
context.log.md
context.logs/
tasks.json
didactyl_static_x86_64
didactyl_static_x86_64_debug
a.out
# Editor/IDE
*.swp
*.swo
*~
# Local secrets
genesis.jsonc
genesis.anvil.jsonc
anvil.service
tests/configs/test_genesis.jsonc
tests/configs/test_keys.jsonc