From 8fab50a9d0c08e9d2ec7560d6c08f2563d749ad0 Mon Sep 17 00:00:00 2001 From: nameloCmaS Date: Thu, 9 Jan 2025 20:30:07 +0000 Subject: [PATCH] Update .gitignore files with venv's, CTest, VS Code, test outputs for Python binding --- .gitignore | 13 ++++++++++++- bindings/python/tests/output/.gitignore | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 88715dcb2..749438cab 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,14 @@ /dist/ /wheelhouse/ /local/ -.vscode/ .gdb_history dlite.egg-info +# Ignore Python Files +/.venv +/venv +*.pyc + # Ignore personal modified bootstrap files /bootstrap-win-*.sh @@ -16,6 +20,13 @@ dlite.egg-info /.vs /CMakeSettings.json +# For VS Code +/.vscode +*.code-workspace + +# For CTest +/Testing/* + # For qtcreator /CMakeLists.txt.user diff --git a/bindings/python/tests/output/.gitignore b/bindings/python/tests/output/.gitignore index 5b880214c..e5d2a74fa 100644 --- a/bindings/python/tests/output/.gitignore +++ b/bindings/python/tests/output/.gitignore @@ -1,4 +1,5 @@ *.json *.yaml *.ttl +*.txt db.xml