From c4fd91f0bde7efac3902b4b79e90c4f43b6298b9 Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Fri, 7 Aug 2026 08:55:12 -0700 Subject: [PATCH] chore: ignore data/ and local .env --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21da05f --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# OSM extracts + Nominatim Postgres data are large binary blobs. +# Place PBFs under data/ locally; never commit them. +data/ +!data/.gitkeep + +# Local env overrides +.env +.env.local