mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-28 17:02:24 +00:00
- slightly improve the README to better enhance the streaming capability of `nDPId`, regardless of `nDPIsrvd` - add a screencast showing the install step and the `nDPId` usage, alone (with ncat as unix-socket listener) - add "build" to .gitignore
13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
# python related
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# go related
|
|
*.sum
|
|
|
|
# lockfiles generated by some shell scripts
|
|
*.lock
|
|
|
|
# building folder
|
|
build
|