diff --git a/.gitignore b/.gitignore index 1bc1cb0..e7f71d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ *.pyc __pycache__/ .env -*.egg-info/ +*.log .coverage .pytest_cache/ .mypy_cache/ .ruff_cache/ -logs/ +dist/ +build/ +*.egg-info/