From a06564fb6d14608feb6fd3a02c2aeeaa77331558 Mon Sep 17 00:00:00 2001 From: Evgeny Malygin Date: Tue, 2 Apr 2024 17:59:45 +0300 Subject: [PATCH] Update .gitignore (#234) Signed-off-by: Evgeny Malygin --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a05479a9f5..5cc4f7ddf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Build env /build/ /cmake.bld/ /vcpkg_installed/ @@ -6,7 +7,23 @@ compile_commands.json /.cache/ CMakeUserPresets.json /thirdparty/ -/.vscode/ /include/ /lib/ +**/.idea + +# Eclipse IDE +.project +.cproject + +# Mac DS_Store files +**/.DS_Store +.lcldev/ +.vscode/* +settings.json + +# Python files +*.pyc **/__pycache__/ +.pytest_cache/ +.cache/ +.venv/