Skip to content

Commit 0f03915

Browse files
committed
Add git stuff
1 parent c5f2eba commit 0f03915

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Enforce Unix newlines
2+
* text=auto eol=lf

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Python stuff
2+
.nox
3+
/build
4+
/dist
5+
__pycache__

0 commit comments

Comments
 (0)