From 4f86c4bcaa1e1e887496870a7f206bdb8e95aea3 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 3 Jan 2026 21:15:33 -0600 Subject: [PATCH] build: ignore pyc and hidden files who knew, if you don't do that they wind up in the built sdist pkg --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c5c0367..d65955d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +*~ +*.pyc dist/ docs/_build/