Files
rebbarb/.dockerignore
T
2026-08-28 10:29:41 +02:00

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