This commit is contained in:
David Allemang
2026-06-11 14:06:57 -04:00
commit 84abd818bd
10 changed files with 378 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Editor Config
.idea/
# MkDocs export
site/