We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597d2fd commit db3320fCopy full SHA for db3320f
.gitignore
@@ -1,2 +1,3 @@
1
.idea/
2
.python-version
3
+.venv/
Makefile
@@ -0,0 +1,10 @@
+install:
+ uv sync
+brain-games:
4
+ uv run brain-games
5
+build:
6
+ uv build
7
+package-install:
8
+ uv tool install dist/*.whl
9
+reinstall:
10
+ uv tool install --force-reinstall dist/*.whl
0 commit comments