Added secrets file for authentication

This commit is contained in:
Yarne Coppens 2024-07-31 15:13:29 +02:00
parent 70cfef54ad
commit ac4a90edd1
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -160,3 +160,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
secrets/auth.yaml

View file

@ -0,0 +1,3 @@
#Rename this file to auth.yaml and provide correct values below to authenticate to bgg
username: username_example
password: password_example