18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
# 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
|