Skip to content

Commit 45fe8ba

Browse files
committed
.gitignore: ignore additional development output folders
Signed-off-by: James Knight <[email protected]>
1 parent d26d878 commit 45fe8ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ __pycache__/
1616
# testing
1717
/_build/
1818
/htmlcov*/
19-
/output/
20-
/sandbox-*/
19+
/output*/
20+
/sandbox*/
21+
/venv*/
2122
/.coverage*
2223
.tox*
2324
validation_test_overrides.py

0 commit comments

Comments
 (0)