diff --git a/ .gitignore b/ .gitignore index 6154603..3cdcf61 100644 --- a/ .gitignore +++ b/ .gitignore @@ -1,8 +1,15 @@ __pycache__/ *.py[cod] -.venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ +.venv/ +venv/ +dist/ +build/ +*.egg-info/ .coverage +htmlcov/ .env +.idea/ +.vscode/