Update gitignore, add requirements
This commit is contained in:
parent
93eb660028
commit
9e5338f1c0
|
@ -5,6 +5,7 @@ tmp/
|
|||
|
||||
res/
|
||||
config.toml
|
||||
out/
|
||||
|
||||
# --- Python ---
|
||||
*.py[cod]
|
||||
|
@ -15,9 +16,3 @@ __pycache__/
|
|||
venv/
|
||||
# --------------
|
||||
|
||||
# --- ONScripter ---
|
||||
*.txt
|
||||
*.ttc
|
||||
*.ttf
|
||||
envdata
|
||||
# ------------------
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
## The following requirements were added by pip freeze:
|
||||
Unidecode==1.3.8
|
Loading…
Reference in New Issue