diff --git a/.gitignore b/.gitignore
index e2b32eb788c48214415b87f14b975a4902877cd8..4fc3bf546e9bd869e9fe480f02c97d879d1018ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,9 @@
+# Rust
 target/
 Cargo.lock
 
 *.ndjson
+
+# IDEs
+.idea
+.vscode