docs: scaffold polisher-control foundation

This commit is contained in:
Nick Hermes
2026-05-26 16:23:04 +00:00
commit fa9c43fae8
52 changed files with 2224 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
*.egg-info/
# PlatformIO / embedded
.pio/
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
# Runtime data: never commit real run data
/data/
data/runs/
data/manual/
*.parquet
*.npz
# Local config/secrets
.env
*.local.*
secrets.*