Files
sonobarr/.gitignore
Beda Schmid fb3567db10 Adds API endpoints and API key support
### Added
- REST API endpoints for status, artist-requests, and stats with optional key-based access.
- Settings UI input for an API key and client-side wiring to include it in saved settings.
- Server-side config/storage for the API key and DataHandler support to propagate it at runtime.
2025-10-12 14:44:36 -03:00

17 lines
155 B
Plaintext

# Environment variables
.env
# Config files
config/
# Python cache
__pycache__/
*.pyc
# Docker crap
*.log
docker-compose.override.yml
VSCode
.vscode/