From 0f039152e00bec65aa4690daebced325d8ce7295 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 15 Aug 2020 12:18:46 +0530 Subject: [PATCH] Add git stuff --- .gitattributes | 2 ++ .gitignore | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..205021e49 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..fec3a6505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Python stuff +.nox +/build +/dist +__pycache__