token_bucket/.gitignore
2025-07-17 11:31:31 +03:00

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