Skip to content

Commit 4f1db87

Browse files
author
vdz
committed
new files
1 parent c07bcb9 commit 4f1db87

File tree

14 files changed

+46
-0
lines changed

14 files changed

+46
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.venv/

.pyproject.toml.swp

12 KB
Binary file not shown.

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
install:
2+
uv sync
3+
4+
brain-games:
5+
uv run brain-games
6+
7+
build:
8+
uv build
9+
10+
package-install:
11+
uv tool install dist/*.whl

brain_games/__init__.py

Whitespace-only changes.
148 Bytes
Binary file not shown.
309 Bytes
Binary file not shown.

brain_games/scripts/__init__.py

Whitespace-only changes.
156 Bytes
Binary file not shown.
316 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)