feat(core): finalize P2 & P3 hardening - Topology HD Map, Empathy Filter, and Git Hygiene

This commit is contained in:
2026-05-04 15:03:42 +02:00
parent 79e5784b93
commit 22216cbd2d
8 changed files with 64 additions and 20 deletions

5
.gitignore vendored
View File

@@ -53,10 +53,11 @@ coverage.xml
debug/
# Bytecode & Cache (Enforce at bottom to override whitelists)
__pycache__/
*.pyc
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
.pytest_cache/
.hypothesis/
.coverage
htmlcov/