diff --git a/.gitignore b/.gitignore index 2a585e0..ae5b407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .venv/ __pycache__/ -*.pyc \ No newline at end of file +*.pyc +*.egg-info/ +dist/ +.pytest_cache/ +.coverage \ No newline at end of file