9a3bb4b6ce
Build and Push Reader API Image / docker (push) Successful in 1m3s
feat(docker): configure NAS content and EPUB source directories in docker-compose feat(migrations): add tables for SourceAsset, ImportJob, ChapterContentRef, and AssetNovelMapping feat(scripts): create backfill script for populating ChapterContentRef from MongoDB chapters
20 lines
205 B
Plaintext
20 lines
205 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
.venv/
|
|
dist/
|
|
build/
|
|
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
# Local debug/test scripts
|
|
test_*.py
|
|
|
|
# Local NAS mount test data
|
|
data/epub-source/*
|
|
data/content/*
|
|
data/nas-content/*
|