Skip to content

Commit 5a75e28

Browse files
committed
Gitignore pytest-temp-preset.json test side-effect
tests/test.py:28 (test_create_and_read_preset) calls prettymaps.create_preset('pytest-temp-preset', ...) and writes a real JSON file into prettymaps/presets/pytest-temp-preset.json, which then shows up as untracked in 'git status' after running pytest. Add a one-line gitignore rule next to the existing prettymaps/presets/my-preset.json entry so contributors running the test suite locally don't see a stray untracked file.
1 parent 937d839 commit 5a75e28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ SRTM1/
4444
*.tmp
4545
*.tmp.png
4646
prettymaps/presets/my-preset.json
47+
prettymaps/presets/pytest-temp-preset.json
4748

4849
# Local-only agent guardrails (not committed)
4950
AGENTS.md

0 commit comments

Comments
 (0)