Skip to content

Commit dbe0b66

Browse files
committed
Add uv.lock to gitignore
1 parent 150652d commit dbe0b66

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,5 @@ __pycache__/
426426
LocalPreferences.toml
427427

428428

429-
.cursor
429+
.cursor
430+
uv.lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "efeasvfe"
33
version = "0.1.0"
44
description = "EFE as VFE experimental framework"
55
readme = "README.md"
6-
requires-python = ">=3.8"
6+
requires-python = ">=3.12"
77
dependencies = [
88
"fastapi>=0.115.12",
99
"gymnasium>=1.1.1",

0 commit comments

Comments
 (0)