Skip to content

Commit 031309f

Browse files
committed
git ignore update
1 parent e39b344 commit 031309f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,17 @@ dmypy.json
128128
# Pyre type checker
129129
.pyre/
130130

131+
# Test reports
132+
reports/
133+
131134
# MacOS files
132-
.DS_Store
135+
.DS_Store
136+
137+
# Testing
138+
app/testing/
139+
140+
# Models
141+
app/models/
142+
143+
# Poetry
144+
poetry.lock

0 commit comments

Comments
 (0)