mirror of
https://github.com/Dodelidoo-Labs/sonobarr.git
synced 2026-04-17 20:58:02 -04:00
28 lines
293 B
Plaintext
28 lines
293 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Config files
|
|
config/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
|
|
# Python tooling artifacts
|
|
.pytest_cache/
|
|
.coverage
|
|
coverage.xml
|
|
|
|
# Docker crap
|
|
*.log
|
|
docker-compose.override.yml
|
|
|
|
VSCode
|
|
.vscode/
|
|
|
|
scan.sh
|
|
fetch-issues.sh
|
|
fetch-hotspots.sh
|
|
.scannerwork/
|