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 *.log
tmp/ tmp/
res/
config.toml
# --- Python ---
*.py[cod] *.py[cod]
*.egg *.egg
build build
htmlcov htmlcov
__pycache__/ __pycache__/
config.toml venv/
# --------------
# --- ONScripter ---
*.txt *.txt
*.ttc *.ttc
*.ttf *.ttf
envdata envdata
venv/ # ------------------