Skip to content

Commit 08b70fd

Browse files
committed
Update .gitignore
1 parent 015e447 commit 08b70fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Please do not use this ignore file to define platform specific files.
2+
#
3+
# For these purposes create a global .gitignore file, which is a list of rules
4+
# for ignoring files in every Git repository on your workstation.
5+
#
6+
# https://help.github.com/articles/ignoring-files/#create-a-global-gitign
7+
18
# Python
29
__pycache__
310
*.py[cod]
@@ -11,6 +18,7 @@ __pycache__
1118
# Project specific
1219
/output
1320
/.cache
21+
/.poetry
1422

1523
*.csv
1624
*.json

0 commit comments

Comments
 (0)