diff --git a/.gitignore b/.gitignore index ba04f9e..c03c7a5 100644 --- a/.gitignore +++ b/.gitignore @@ -152,4 +152,13 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.vscode \ No newline at end of file +# Project specific +.vscode +config.json + +*.session +*.session-journal + +venv +venv_linux +venv_windows \ No newline at end of file