Files
reader-api/.gitignore
T
virtus 212d4df42f
Build and Push Reader API Image / docker (push) Successful in 38s
chore: remove legacy tables and series table scripts
- 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>
2026-05-04 19:43:22 +07:00

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