diff --git a/.gitignore b/.gitignore index d0fcb85bd..6d852a38a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ venv .output/ sample_output/ +# VSCode +.vscode + # Doxygen output docs/html/ @@ -30,6 +33,7 @@ htmlcov/ wheelhouse/ pylint_*.txt +Pipfile.lock #pycharm .idea/ \ No newline at end of file