diff --git a/.gitignore b/.gitignore index 64b7803..6c17bc8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ data/ *__pycache__ *env *.code-workspace -sandbox/ \ No newline at end of file +sandbox/ +.vscode/ +.pytest_cache/ +*.egg-info/