Initial commit

This commit is contained in:
2026-07-03 09:42:51 -05:00
commit fab8a733bd
13 changed files with 1271 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "{{repo_name}}"
version = "0.1.0"
requires-python = ">=3.12"
[dependency-groups]
dev = [
"pre-commit>=4.6.0",
"ruff>=0.15.15",
"ipykernel>=7.2.0",
]