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