diff options
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 087085e50..48b5ecd4b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,8 @@ test/test_schema.db *test_schema.db .idea /Pipfile* +/.pytest_cache/ +/pip-wheel-metadata/ +/.vscode/ +/.ipynb_checkpoints/ +*.ipynb |
