docs: scaffold polisher-control foundation
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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.*
|
||||
Reference in New Issue
Block a user