Skip to content

Commit 9300c12

Browse files
committed
setup a python project with CI/CI pipeline
0 parents  commit 9300c12

File tree

5 files changed

+2670
-0
lines changed

5 files changed

+2670
-0
lines changed

.github/workflows/python-ci.yml

Whitespace-only changes.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
note.md
2+
__pycache__/
3+
venv/

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Coding Practice
2+
3+
Practice coding by resolving coding challenges. It's a good way to keep my coding brain and arms sharp. Most importantly, I really enjoy it.

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
numpy==2.2.5
2+
packaging==24.2

0 commit comments

Comments
 (0)