Add .gitattributes & Update .gitignore (#690)

This commit is contained in:
Kleshzz 2026-04-13 19:30:57 +03:00 committed by GitHub
parent b48ac67b9f
commit 8af1bc8c89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

9
.gitattributes vendored Normal file
View file

@ -0,0 +1,9 @@
* text=auto eol=lf
*.py text diff=python
*.spec text linguist-language=Python
*.toml text
*.txt text
*.ico binary

2
.gitignore vendored
View file

@ -6,6 +6,8 @@ __pycache__/
dist/
build/
*.spec.bak
venv/
.venv/
# PyInstaller
*.manifest