diff --git a/.gitignore b/.gitignore index 4567224a..93bd161d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,7 @@ build* /out/install/x64-Debug/include/SFCGAL /CMakeSettings.json CGAL* + +.venv +# Ignore website local build +website/site \ No newline at end of file diff --git a/.venv/lib64 b/.venv/lib64 deleted file mode 120000 index 7951405f..00000000 --- a/.venv/lib64 +++ /dev/null @@ -1 +0,0 @@ -lib \ No newline at end of file diff --git a/.venv/pyvenv.cfg b/.venv/pyvenv.cfg deleted file mode 100644 index e40a60af..00000000 --- a/.venv/pyvenv.cfg +++ /dev/null @@ -1,5 +0,0 @@ -home = /usr/bin -include-system-site-packages = false -version = 3.12.3 -executable = /usr/bin/python3.12 -command = /home/florent/.venvs/.duckdb/bin/python3 -m venv /home/florent/oslandia/projet/sfcgal/fork_SFCGAL/SFCGAL/.venv