diff --git a/.gitignore b/.gitignore
index 870dfe0dff539b88fb2c3daf98f25c44b6551903..3e392556454e6efc2f0df2cfaae3252ea7423b8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
 # CMake & gcc
 /.cache
 /build
-/a.out
\ No newline at end of file
+/a.out
+
+# VSCode
+/.vscode
\ No newline at end of file