From 0fe3c62f4574ae8f947e2f50adc1b26151f0e9e8 Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Tue, 10 Jan 2023 21:02:39 +0100 Subject: [PATCH] Ignore IDE configuration files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 28e21a0..8ba2646 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +.vscode/