diff --git a/.gitignore b/.gitignore index bc5b1f0d11..25cd59c498 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,9 @@ __pycache__ /dist /dl +# virtual environment +/venv + # tests /.tests /.pytest_cache @@ -41,6 +44,13 @@ __pycache__ *.qmlc *.jsc +# QtCreator project files +*.cflags +*.cxxflags +*.creator* +*.files +*.includes + *.dll *.lib