diff --git a/.gitignore b/.gitignore index 4c138207fb295a4dd48d00fb278031fe9b5cea7b..a26c94abbc3f8e999045575c0bf520593acffbb2 100644 --- a/.gitignore +++ b/.gitignore @@ -126,6 +126,7 @@ fabric.properties [Ss]cripts pyvenv.cfg .venv +venv pip-selfcheck.json # End of https://www.toptal.com/developers/gitignore/api/pycharm,venv diff --git a/qml/.gitignore b/qml/.gitignore index 4a0b530afd203e6d9c63c09990ba5b24c00ee638..c78b7918dc23d1844a65b7d37eca6ee687acba6d 100644 --- a/qml/.gitignore +++ b/qml/.gitignore @@ -72,3 +72,6 @@ CMakeLists.txt.user* *.dll *.exe +# User files +# -------- +*.qmlproject.user \ No newline at end of file