Add git stuff

This commit is contained in:
Pradyun Gedam 2020-08-15 12:18:46 +05:30
parent c5f2ebaded
commit 0f039152e0
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
2 changed files with 7 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Enforce Unix newlines
* text=auto eol=lf

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Python stuff
.nox
/build
/dist
__pycache__