Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,21 @@ ui-tests/benchmark-results
ui-tests/jlab_root

.yarn/
yarn.lock
yarn.lock

# Local working files: agent configs, design notes and teaching material that
# live alongside the repo but are not part of it.
.codex
AGENTS.md
docs/
notebooks/
sampling-theory/

# Artifacts of running the app or the test suite against the bundled sample map.
# aa_test_congo.tif itself IS tracked (it backs the "Sample map" button); GDAL
# writes the .aux.xml statistics sidecar next to whatever raster it opens.
tests/data/*.aux.xml
tests/data/sae_design_aa_test_congo/

# Scratch raster for manual testing, 46M and referenced by nothing.
tests/data/hansen_bolivia.tif
Loading