pyhunterbtt

Protocol library for Hunter BTT
git clone https://git.stephank.nl/pyhunterbtt
Log | Files | Refs | README | LICENSE | ZIP

.gitignore (212B)


      1 __pycache__/
      2 *.py[cod]
      3 .mypy_cache/
      4 .pytest_cache/
      5 .ruff_cache/
      6 .venv/
      7 build/
      8 dist/
      9 *.egg-info/
     10 
     11 # Captures can contain device identifiers and authentication material.
     12 *.btsnoop
     13 *.pklg
     14 *.log
     15 captures/
     16 artifacts/