diff --git a/src/project_build.cpp b/src/project_build.cpp index 58271b2..b8cab5c 100644 --- a/src/project_build.cpp +++ b/src/project_build.cpp @@ -124,8 +124,7 @@ std::vector Project::Build::get_exclude_folders() { boost::filesystem::path(default_build_path).filename().string(), boost::filesystem::path(debug_build_path).filename().string(), // C/C++ "target", // Rust "node_modules", "dist", "coverage", ".expo", // JavaScript - ".mypy_cache", - "__pycache__" // Python + ".mypy_cache", "__pycache__", ".venv" // Python }; }