diff options
| author | user@node5.net <user@node5.net> | 2025-07-19 12:16:34 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-07-19 12:16:34 +0200 |
| commit | 276ab58962025725070c06f5c5a0acb09405e69a (patch) | |
| tree | a472a2efe86decbfc0684499d0bdf6362b35c4a6 | |
| parent | 0e692b0306594697557a9917f8e41c70c16cd5f6 (diff) | |
Gitignore config secrets & venv
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ca2289d..7cc3e71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ **/__pycache__/ .flask.pid blog.node5.net.db +configs/telegram.yml +venv |
