nim-chat-sdk/.gitignore
2025-07-09 18:16:51 +08:00

22 lines
157 B
Plaintext

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