36 lines
897 B
Plaintext
36 lines
897 B
Plaintext
# This repository is scoped to the bilingual EPUB review editor and shared workflow docs.
|
|
# Keep translation corpora, EPUBs, review sessions, and generated outputs out of Git.
|
|
*
|
|
|
|
!.gitignore
|
|
!AGENTS.md
|
|
!README.md
|
|
!打开EPUB审校器.cmd
|
|
!rules/
|
|
!rules/**
|
|
!templates/
|
|
!templates/**
|
|
!epub_delivery/
|
|
!epub_delivery/**
|
|
|
|
epub_delivery/**/__pycache__/
|
|
epub_delivery/**/*.py[cod]
|
|
|
|
!tools/
|
|
tools/*
|
|
!tools/epub_review_editor/
|
|
!tools/epub_review_editor/**
|
|
|
|
# Editor runtime/cache artifacts
|
|
tools/epub_review_editor/**/__pycache__/
|
|
tools/epub_review_editor/**/*.py[cod]
|
|
tools/epub_review_editor/.pytest_cache/
|
|
tools/epub_review_editor/.ruff_cache/
|
|
tools/epub_review_editor/.mypy_cache/
|
|
tools/epub_review_editor/.venv/
|
|
tools/epub_review_editor/venv/
|
|
tools/epub_review_editor/epub_review_sessions/
|
|
tools/epub_review_editor/review_sessions/
|
|
tools/epub_review_editor/**/*.log
|
|
tools/epub_review_editor/**/*.epub
|