diff --git a/.gitignore b/.gitignore index 9b1cd96..c870a42 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ tmp/ res/ config.toml +out/ # --- Python --- *.py[cod] @@ -15,9 +16,3 @@ __pycache__/ venv/ # -------------- -# --- ONScripter --- -*.txt -*.ttc -*.ttf -envdata -# ------------------ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2836386 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +## The following requirements were added by pip freeze: +Unidecode==1.3.8