diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..afb03617
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+**/*.lock
+**/*-lock.json
diff --git a/.gitignore b/.gitignore
index 7e3fbe26..7d771164 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,9 @@ data/
 data*/
 output/
 index.sqlite3
+*.sqlite*
+data.*
 
 # vim
 *.sw?
+.vscode