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