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
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