From feb49b58415a48684053cff243ed61fe368d9749 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 9 Mar 2026 21:09:33 +0000 Subject: [PATCH] Add .gitignore and remove __pycache__ from tracking Nightshift-Task: event-taxonomy Nightshift-Ref: https://github.com/marcus/nightshift --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec69fe3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +.pytest_cache/ +*.egg-info/ +dist/ +build/