Skip to content

Commit 42d150b

Browse files
committed
chore: ignore exports and test artifacts
1 parent 2b29c30 commit 42d150b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ __pycache__/
66
# Vite / React app
77
web/node_modules/
88
web/dist/
9+
# Local exports of generated PDFs
10+
exports/
11+
# Pytest-generated output
12+
pytest-of-arthurlee/
13+
# Front-end test artifacts
14+
web/test-results/

0 commit comments

Comments
 (0)