Update .gitignore

This commit is contained in:
Dendy 2024-02-16 13:09:24 +01:00
parent 654c5d0d14
commit a811fb5d21
1 changed files with 8 additions and 2 deletions

10
.gitignore vendored
View File

@ -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/
# ------------------