docker: add .dockerignore and Dockerfile for containerization.

This commit is contained in:
2026-05-11 21:38:03 +00:00
parent d2e48c62b5
commit 3e247e2182
2 changed files with 46 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
.git
.gitignore
.venv
venv
env
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
sfm/data
bridges/captures
example-events
captures
logs
.DS_Store
Thumbs.db