# This repository is scoped to the bilingual EPUB review editor. # Keep translation corpora, EPUBs, review sessions, and generated outputs out of Git. * !.gitignore !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