212d4df42f
Build and Push Reader API Image / docker (push) Successful in 38s
- Removed mongoose dependency from package-lock.json. - Deleted legacy import tables: ImportCandidateChapter, AssetNovelMapping, ImportJob, ImportSession, SourceAsset via new script `drop_legacy_import_tables.py`. - Added script `drop_series_table.py` to drop the Series table. Co-authored-by: Copilot <copilot@github.com>
22 lines
232 B
Plaintext
22 lines
232 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
.venv/
|
|
dist/
|
|
build/
|
|
node_modules/
|
|
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
# Local debug/test scripts
|
|
test_*.py
|
|
|
|
# Local NAS mount test data
|
|
data/epub-source/*
|
|
data/content/*
|
|
data/nas-content/*
|
|
node_modules
|