[SUCCESS ] AI summarized git commit message: 🌟 Initialize project structure with Python setup and ignore files

This commit is contained in:
2026-04-11 11:41:47 +08:00
commit 537094894a
5 changed files with 160 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "py-scripts"
version = "0.1.0"
requires-python = ">=3.12"
[tool.uv.workspace]
members = ["projects/*"]