Testing base

This commit is contained in:
2026-06-22 17:58:15 -04:00
parent 14960202a3
commit ea25492c63
4 changed files with 12 additions and 3 deletions

3
.gitignore vendored
View File

@@ -11,4 +11,5 @@ wheels/
# CUSTOM STUFF
untitled/saves
.ruff_cache
.ruff_cache
.pytest_cache

View File

@@ -16,4 +16,11 @@ dev = [
target-version = "py313"
[tool.ruff.lint]
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["untitled"]

View File

@@ -0,0 +1 @@
from untitled import model, persistence

2
uv.lock generated
View File

@@ -91,7 +91,7 @@ wheels = [
[[package]]
name = "untitled-cat-game"
version = "0.1.0"
source = { virtual = "." }
source = { editable = "." }
[package.dev-dependencies]
dev = [