diff --git a/.gitignore b/.gitignore index 706fd07..2ea4ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,15 @@ .idea .vscode + +# Logs +*.log +logs/ +log/ + +# Python +__pycache__/ +*.py[cod] + +# Fonts +*.ttf +*.otf