Files
didactyl/.gitignore

27 lines
258 B
Plaintext

# Sibling workspace directories (not part of this project)
/c_utils_lib/
/nostr_core_lib/
/openclaw/
/c-relay/
/nips/
/config.json
test_keys.txt
/mongoose/
# Build artifacts
/build/
/didactyl
*.o
*.a
*.tar.gz
debug.log
a.out
# Editor/IDE
*.swp
*.swo
*~