diff --git a/.gitignore b/.gitignore index 18df23a..9d0af94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .vscode dist -src/*.egg-info \ No newline at end of file +src/*.egg-info +__pycache__ +.pytest_cache \ No newline at end of file