update gitignore, remove version req on requirements
This commit is contained in:
parent
a49f9dde32
commit
c1b02486df
2 changed files with 7 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,8 @@
|
||||||
__pycache__/**
|
__pycache__/**
|
||||||
*.gba
|
*.gba
|
||||||
settings.json
|
settings.json
|
||||||
|
venv/**
|
||||||
|
data/*.bps
|
||||||
|
data/*.sav
|
||||||
|
seeds/**
|
||||||
|
spoilers/**
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PySimpleGUI==4.60.5
|
PySimpleGUI
|
||||||
python-bps-continued==7
|
python-bps-continued
|
||||||
|
|
Loading…
Reference in a new issue