diff --git a/.gitignore b/.gitignore index b1a5d3a..c4f8de5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ -.venv/ __pycache__/ *.py[cod] .pytest_cache/ .mypy_cache/ .ruff_cache/ +.venv/ dist/ build/ +*.egg-info/ .coverage +htmlcov/ .env