krz/nba-scores

A CLI/TUI app for NBA scores.

clone: git clone https://gitbay.org/krz/nba-scores.git

17ac5991430695086568c0a5106a80a8bcd4452c

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-16T03:29:35Z

update .gitignore
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index d21e105..f63b25e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 venv/
 dist/
 nba-scores.egg-info*
+nba/__pycache__/
+nba/tui/__pycache__/