token_bucket/.gitignore
2025-07-17 15:12:06 +03:00

24 lines
173 B
Plaintext

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