From 3e45c22b591b1339e5870d3c0cc9b6771bd9ad7f Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 18 Feb 2024 22:45:20 -0500 Subject: [PATCH] .gitignore: Update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7754e9c..263fa97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /nhle_scoreboard_response.txt /nhle_standings_response.txt -/nhl_standings.db \ No newline at end of file +/nhl_standings.db +/__pycache__ \ No newline at end of file