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