updated gitignore

This commit is contained in:
Andrei Stoica 2022-09-18 13:00:29 -04:00
parent c30fea1ddc
commit d96476662b
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -2,4 +2,7 @@ data/
*__pycache__ *__pycache__
*env *env
*.code-workspace *.code-workspace
sandbox/ sandbox/
.vscode/
.pytest_cache/
*.egg-info/