diff --git a/.gitignore b/.gitignore index cf8578ee..d8e19d02 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,12 @@ datasets.json scratchpad +.vscode + +# We don't use Pipfile, so ignore them +Pipfile +Pipfile.lock + # SQLite databases *.db *.sqlite