LibreQoS/.gitignore
Herbert Wolverson b01b9520a5 First iteration of a Python module for direct bus interaction
* Adds the `lqos_python` module to the Rust build system.
* `lqos_python` exposes an API for calling bus commands
  directly, instead of via a helper. Currently, "is alive"
  for testing the daemon, and IP mappings are exported.
* Update the build script to build the .so file and put
  it where Python can find it.
* Exclude the binary from Git.
* Update `LibreQoS.py` to use bus commands for clearing,
  deleting IP mappings. Adding is not yet covered, due
  to the way commands are batched - and that not yet being
  supported by the library.
* Add a check to `LibreQoS.py` that the `lqosd` daemon
  is running and accepting connections. Abort if it isn't,
  since nothing else will work anyway.

Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
2023-01-10 14:12:50 +00:00

87 lines
1.5 KiB
Plaintext

v1.1/Shaper.csv
v1.1/network.json
v1.1/ispConfig.py
v1.1/xdp-cpumap-tc/
v1.1/pping
v1.1/statsByDevice.json
v1.1/statsByParentNode.json
v1.2/ShapedDevices.csv
v1.2/network.json
v1.2/ispConfig.py
v1.2/xdp-cpumap-tc/
v1.2/pping
v1.2/statsByCircuit.json
v1.2/statsByParentNode.json
v1.2/lastGoodConfig.json
v1.2/lastGoodConfig.csv
v1.2/mikrotikDHCPRouterList.csv
v1.2/integrationUISPbandwidths.csv
v1.2/longTermStats.json
v1.2/queuingStructure.json
v1.2/tinsStats.json
v1.3/ShapedDevices.csv
v1.3/ShapedDevices.lastLoaded.csv
v1.3/network.json
v1.3/ispConfig.py
v1.3/statsByCircuit.json
v1.3/statsByParentNode.json
v1.3/lastGoodConfig.json
v1.3/lastGoodConfig.csv
v1.3/mikrotikDHCPRouterList.csv
v1.3/longTermStats.json
v1.3/queuingStructure.json
v1.3/tinsStats.json
src/ShapedDevices.csv
src/ShapedDevices.lastLoaded.csv
src/network.json
src/ispConfig.py
src/statsByCircuit.json
src/statsByParentNode.json
src/lastGoodConfig.json
src/lastGoodConfig.csv
src/mikrotikDHCPRouterList.csv
src/longTermStats.json
src/queuingStructure.json
src/tinsStats.json
src/linux_tc.txt
src/lastRun.txt
src/liblqos_python.so
# Ignore Rust build artifacts
src/rust/target
src/bin
# Ignore project folders for some IDEs
.idea/
__pycache__
# Ignore common temporary files
*.bak
# Auto-generated tag files
tags
TAGS
# Vi Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
# Persistent undo
[._]*.un
# Emacs
*~
tramp
.\#*
\#*