nim-chat-sdk/.gitignore
2025-07-17 15:16:37 +03:00

32 lines
236 B
Plaintext

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