diff --git a/.gitignore b/.gitignore index 8d7ddf9..5d4576a 100644 --- a/.gitignore +++ b/.gitignore @@ -145,4 +145,21 @@ ui-tests/benchmark-results ui-tests/jlab_root .yarn/ -yarn.lock \ No newline at end of file +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