diff --git a/.gitignore b/.gitignore index 55be276..9039c26 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ __pycache__/ # C extensions *.so -# Distribution / packaging +# Distribution / packaging / credential / logs .Python build/ develop-eggs/ @@ -19,6 +19,8 @@ lib/ lib64/ parts/ sdist/ +test/ +tmp/ var/ wheels/ share/python-wheels/ @@ -26,6 +28,8 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +*.conf +*.log # PyInstaller # Usually these files are written by a python script from a template @@ -152,3 +156,9 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# IntelliJ related files +.idea +*.iml + +# VSCode related files +.vscode/* \ No newline at end of file