nim-chat-sdk/.gitignore
2025-07-23 15:37:06 +08:00

30 lines
213 B
Plaintext

# IDE
.vscode/
# Nim
nimcache/
*.exe
*.dll
*.so
*.dylib
# Build artifacts
*.o
*.a
# OS
.DS_Store
# Temporary files
*.db
# Compiled files
chat_sdk/*
apps/*
tests/*
!*.nim
!*.proto
nimble.develop
nimble.paths