diff --git a/.gitignore b/.gitignore index 0f11721..1af2842 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,9 @@ __pycache__/ .mypy_cache/ .ruff_cache/ .venv/ +.coverage +htmlcov/ +*.egg-info/ dist/ build/ -*.egg-info/ .env