From 14d37309eaffe24967f9fc4684bb554cd18c9276 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Tue, 24 Oct 2023 14:10:52 +1100 Subject: [PATCH] Add changelog to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3edc20a..559545d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ __pycache__ /MANIFEST /dist /build +/changelog.md /.coverage /.mypy_cache /.pytest_cache