Crea servizio watchdog configurabile
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# Local runtime data
|
||||
*.sqlite
|
||||
*.log
|
||||
status.json
|
||||
config.local.toml
|
||||
Reference in New Issue
Block a user