chore: initial project setup

This commit is contained in:
Stevan Freeborn
2026-05-23 12:26:08 -05:00
commit 28229d39aa
6 changed files with 488 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
*.env
!example.env