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