diff --git a/.gitignore b/.gitignore index fb7a433..8d98994 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ .idea/ .mypy_cache/ NOTES -venv/ \ No newline at end of file +venv/ +*.egg-info/ +build/ +dist/ \ No newline at end of file