nim-chat-sdk/.gitignore
2025-07-04 15:08:45 +08:00

20 lines
143 B
Plaintext

# Nim
nimcache/
*.exe
*.dll
*.so
*.dylib
# Build artifacts
*.o
*.a
# OS
.DS_Store
# Temporary files
*.db
# Compiled files
chat_sdk/*
!*.nim