From 0a9b381bd0ad0a90d970a4b540ed3fe690ee90dc Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Mon, 23 Dec 2024 10:38:08 +0100 Subject: [PATCH] update gitignore --- src/.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index f848d91..f05179d 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,15 @@ /sources + + +/auth/config/users/*.json +users/*.json +# Python cache files +__pycache__/ +*.py[cod] +*$py.class + +# IDE +.idea/ +.vscode/ +*.swp +*.swo \ No newline at end of file