mirror of
https://github.com/logos-messaging/token_bucket.git
synced 2026-01-02 14:13:08 +00:00
24 lines
182 B
Plaintext
24 lines
182 B
Plaintext
# IDE
|
|
.vscode/
|
|
|
|
# Nim
|
|
nimcache/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.a
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Compiled files
|
|
token_bucket/*
|
|
!*.nim
|
|
tests/*
|
|
!*.nim
|
|
nimble.develop
|
|
nimble.paths |