Update gitignore, add requirements

This commit is contained in:
Dendy 2024-02-18 12:41:20 +01:00
parent 93eb660028
commit 9e5338f1c0
2 changed files with 3 additions and 6 deletions

7
.gitignore vendored
View File

@ -5,6 +5,7 @@ tmp/
res/
config.toml
out/
# --- Python ---
*.py[cod]
@ -15,9 +16,3 @@ __pycache__/
venv/
# --------------
# --- ONScripter ---
*.txt
*.ttc
*.ttf
envdata
# ------------------

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
## The following requirements were added by pip freeze:
Unidecode==1.3.8