TBD: parameters outside the controller, parameters contained on the old parameter doc
36 lines
681 B
Text
36 lines
681 B
Text
# Node / web build artifacts (website/)
|
|
node_modules/
|
|
dist/
|
|
.astro/
|
|
.wrangler/
|
|
|
|
# Claude Code local config / session data
|
|
.claude/
|
|
|
|
# OS junk
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|
|
|
|
# MATLAB / Simulink autosaves and build artefacts
|
|
*.asv
|
|
*.autosave
|
|
slprj/
|
|
*.slxc
|
|
*.slx.r20*
|
|
|
|
# Personal data — recruitment notes on named candidates. Kept locally, never committed.
|
|
# Root-anchored so it cannot catch the generic question template in docs/.
|
|
/Interview Questions-*.md
|
|
|
|
# Python — the shared environment is rebuilt from uv.lock with `uv sync`; never commit it
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
|
|
# Experiment logs and local data downloads
|
|
wandb/
|
|
**/data/raw/
|