Files
decluttarr/.gitignore
NaruZosa 2e6973bea4 Added sigterm handling to exit cleanly when running in Docker.
Fixed typos and various linting issues such as PEP violations.
Added ruff and fixed common issues and linting issues.
2025-05-25 16:54:51 +10:00

14 lines
131 B
Plaintext

__pycache__/
.pytest_cache/
config/config.conf
config/config.yaml
ToDo
snip*.py
venv
.venv
temp
.notebooks
**/old/
logs/*
.idea/*