diff --git a/.gitignore b/.gitignore index d1f8edc..73ac0e3 100644 --- a/.gitignore +++ b/.gitignore @@ -101,4 +101,10 @@ ENV/ .mypy_cache/ # Ignore directories in lexicon/ -lexicon/*/ \ No newline at end of file +lexicon/*/ + +# Ignore vscode +.vscode + +# Ignore a scratch directory +scratch/ \ No newline at end of file