From 98e01a42e778908bddb27f23a498d58a6d3fc4be Mon Sep 17 00:00:00 2001 From: johnthagen Date: Fri, 10 Jul 2026 08:04:13 -0400 Subject: [PATCH] Simplify .gitignore --- .gitignore | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 550fbfad..d8bd478c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,4 @@ -.idea -.mypy_cache -.nox -.pytest_cache -dist -build -htmlcov -site -__pycache__ -*.pyc -*.egg-info -.coverage -.coverage.* +.idea/ +site/ +__pycache__/ +.coverage*