This commit is contained in:
2026-02-28 08:55:23 -05:00
commit f225eb2dc0
10 changed files with 1149 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
.token