1a9c92b6db
Includes edge-node (FastAPI/MQTT/Discord voice), op25-container (SDR decoder), and icecast (audio streaming).
24 lines
226 B
Plaintext
24 lines
226 B
Plaintext
# Environment / secrets
|
|
.env
|
|
drb-edge-node/.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
|
|
# Runtime-generated configs and recordings
|
|
configs/
|
|
recordings/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|