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