Skip to content

Commit 89f81eb

Browse files
committed
Create .gitignore
1 parent f514231 commit 89f81eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
.vscode/*
4+
scripts/.idea/*
5+
6+
__pycache__
7+
*.pyc

0 commit comments

Comments
 (0)