- Added a new owner-only `/data [download/upload]` command for datafile backup and restoration *This is required as v0.4.2 requires a rebuild of the stack, and the existing data should be backed up in case of data loss*
20 lines
235 B
Plaintext
20 lines
235 B
Plaintext
# Python
|
||
__pycache__/
|
||
*.pyc
|
||
.venv/
|
||
venv/
|
||
.env
|
||
|
||
# Local data & secrets (we’ll mount these in Docker)
|
||
data/
|
||
data.json
|
||
data.json.bak
|
||
settings*.conf
|
||
NOTES.md
|
||
sanity/
|
||
.offline_data.json
|
||
dev/.env.production
|
||
|
||
# Tools
|
||
wrapper/
|
||
wrapper/tools/ |