diff --git a/.gitignore b/.gitignore index 04dafec..9b1cd96 100644 --- a/.gitignore +++ b/.gitignore @@ -3,15 +3,21 @@ *.log tmp/ +res/ +config.toml + +# --- Python --- *.py[cod] *.egg build htmlcov __pycache__/ -config.toml +venv/ +# -------------- +# --- ONScripter --- *.txt *.ttc *.ttf envdata -venv/ +# ------------------