Update gitignore

This commit is contained in:
jorraan 2023-07-15 10:57:41 +10:00
parent 4d25cde48f
commit d7fc3752dd
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ py-env/
venv/ venv/
.vscode/ .vscode/
*.ipynb *.ipynb
scraper/__pycache__/*

View File

@ -1,7 +1,7 @@
from pprint import pprint from pprint import pprint
from scraper import GameSearch from scraper import GameSearch
my_key = "d1d6272bce2366c0a9441c418048dfcca820016a" my_key = ""
game_search = GameSearch(my_key) game_search = GameSearch(my_key)