mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Added build and runtime dependencies for AIS-catcher, readsb (SoapySDR enabled), direwolf, and hcxtools. Included rx_tools build from source. Updated dependency checker to potentialy verify SoapySDR modules.
40 lines
362 B
Plaintext
40 lines
362 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
ENV/
|
|
uv.lock
|
|
|
|
# Logs
|
|
*.log
|
|
pager_messages.log
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Distribution
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Package manager lock files & DB files
|
|
uv.lock
|
|
*.db
|
|
*.sqlite3
|
|
intercept.db
|
|
|
|
# Agent Files
|
|
.agent |