# Database files (from c-relay running in this directory)
*.db
*.db-shm
*.db-wal

# Build artifacts
*.o
*.a

# Binary (built into root, not version-controlled)
caching_relay
caching_relay_static_*

# Logs
*.log
crelay.log

# Test configs (not for version control)
test_config*.jsonc

# Note: caching_relay_config.jsonc IS version-controlled (it's the default
# config + state store). Don't ignore it.

# Docker build context temp (copied nostr_core_lib during static build)
nostr_core_lib/

# Editor
*.swp
*.swo
*~
.vscode/
