update gitignore, remove version req on requirements

This commit is contained in:
Lucent 2024-02-08 00:52:01 +01:00
parent a49f9dde32
commit c1b02486df
2 changed files with 7 additions and 2 deletions

5
.gitignore vendored
View file

@ -1,3 +1,8 @@
__pycache__/**
*.gba
settings.json
venv/**
data/*.bps
data/*.sav
seeds/**
spoilers/**

View file

@ -1,2 +1,2 @@
PySimpleGUI==4.60.5
python-bps-continued==7
PySimpleGUI
python-bps-continued