railway: .railwayignore — keep secrets/cache out of the build image

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jaxperro
2026-07-06 00:41:06 -04:00
parent 48e31f44aa
commit c6f5f5888f
+11
View File
@@ -0,0 +1,11 @@
# never ship local secrets or bulk data in the build image — the bot clones
# the repo fresh at boot anyway (host/start.sh); the image only needs the
# launcher + python
config.json
config.live.json
config.json.bak
live/cache.duckdb
live/history/
*.log
__pycache__/
.git/