This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.gitignore b/.gitignore | |
index 542fa54..2a5e664 100644 | |
--- a/.gitignore | |
+++ b/.gitignore | |
@@ -2,6 +2,9 @@ | |
.DS_Store | |
Thumbs.db | |
+# Python virtual environment for Conan | |
+.venv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.gitignore b/.gitignore | |
index 542fa54..2f1f509 100644 | |
--- a/.gitignore | |
+++ b/.gitignore | |
@@ -2,6 +2,9 @@ | |
.DS_Store | |
Thumbs.db | |
+# vcpkg | |
+/vcpkg_installed/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.gitignore b/.gitignore | |
index 542fa54..2a5e664 100644 | |
--- a/.gitignore | |
+++ b/.gitignore | |
@@ -2,6 +2,9 @@ | |
.DS_Store | |
Thumbs.db | |
+# Python virtual environment for Conan | |
+.venv/ |