diff --git a/.gitignore b/.gitignore index 0cf4953..324505e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,8 @@ __pycache__/ *.py[cod] .vscode .flake -.coverage \ No newline at end of file +.coverage + +*.egg-info +dist +build \ No newline at end of file