feat: add Docker setup with Dockerfile and docker-compose

Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-10-21 22:51:25 +01:00
parent 5ba0421f76
commit 4d34f11b87
3 changed files with 95 additions and 0 deletions

22
.dockerignore Normal file
View file

@ -0,0 +1,22 @@
# Rust build artifacts
/target
# VCS
/.git
/.gitignore
# Editors/OS
.DS_Store
*.swp
*.swo
*~
# Node/web (if present)
node_modules
dist
build
# Firmware intermediate dirs (if any)
firmware/.pio
firmware/.pioenvs
firmware/build