feat: scaffold new project with initial files and Python 3.13 configuration.

This commit is contained in:
Lamueno
2026-01-02 16:25:28 +08:00
commit 199a1f35d6
5 changed files with 250 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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