From 8af1bc8c8971defd8df0bab92eb6030c665581d4 Mon Sep 17 00:00:00 2001 From: Kleshzz Date: Mon, 13 Apr 2026 19:30:57 +0300 Subject: [PATCH] Add .gitattributes & Update .gitignore (#690) --- .gitattributes | 9 +++++++++ .gitignore | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f06dbde --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto eol=lf + +*.py text diff=python +*.spec text linguist-language=Python + +*.toml text +*.txt text + +*.ico binary diff --git a/.gitignore b/.gitignore index 8aee6ca..c53639f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ __pycache__/ dist/ build/ *.spec.bak +venv/ +.venv/ # PyInstaller *.manifest