Skip to content

Commit 04b0f59

Browse files
committed
all changes 1-st and 2-nd step of project
1 parent 2829b3a commit 04b0f59

17 files changed

+88
-0
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/python-project-49.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
install:
2+
poetry install
3+
4+
brain-games:
5+
poetry run brain-games
6+
7+
build:
8+
poetry build
9+
10+
publish:
11+
poetry publish --dry-run
12+
13+
package-install:
14+
python3 -m pip install --user dist/*.whl --break-system-packages

brain_games/__init__.py

Whitespace-only changes.
152 Bytes
Binary file not shown.

brain_games/scripts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)