Moved all components to F.Cu

This commit is contained in:
2026-08-28 10:29:41 +02:00
parent 6ba3447e58
commit 009a643698
9 changed files with 22476 additions and 22501 deletions
+17
View File
@@ -0,0 +1,17 @@
# The devcontainer build uses context ".." (the repo root) but only ever COPYs
# requirements.txt. Keep the context small so a rebuild doesn't ship the whole
# repo (~333 MB) to the docker daemon.
.git/
.venv/
build/
hardware/
docs/
diagrams/
examples/
*.vcd
*.pcapng
*.bin
*.asc
*.json.gz
__pycache__/
*.pyc