Add .gitignore and remove __pycache__ from tracking

Nightshift-Task: event-taxonomy
Nightshift-Ref: https://github.com/marcus/nightshift
This commit is contained in:
Claude
2026-03-09 21:09:33 +00:00
parent a31093822c
commit feb49b5841

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
build/