tracksolid_timescale_grafan.../.gitignore
david kiania 3015104f5b
Some checks failed
Static Analysis / static (push) Has been cancelled
Tests / test (push) Has been cancelled
docs+tooling: OSM POI export workflow + Shell stations data; graded DQ report
- scripts/export_osm_pois.py: reproducible OSM .pbf -> GeoJSON+CSV exporter
  (amenity/brand filter; pyosmium via uv, no system deps).
- docs/OSM_POI_EXPORT.md: runbook (extract -> export -> FleetNow layer) with
  reference counts (1,794 fuel stations; Shell=232).
- shell_stations.geojson/.csv: the Shell export of record (232 pts, kenya-260605).
- docs/reports/260608_fleet_registry_data_quality.*: rewritten as a graded
  (Red/Amber/Yellow) action plan with owners.
- .gitignore: ignore *.osm.pbf (331MB, reproducible). CLAUDE.md: index the new docs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 22:04:49 +03:00

25 lines
225 B
Text

# Secrets
.env
.env.*
# Python
__pycache__/
*.pyc
*.pyo
.venv/
# uv
.uv/
# OS
.DS_Store
# OSM extracts (large, reproducible from download — see docs/OSM_POI_EXPORT.md)
*.osm.pbf
Thumbs.db
# Backups
bak_*
# Logs
*.log