.gitignore
AGENTS.md
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
anki_utils/CHANGELOG.md
anki_utils/MIGRATIONS.md
anki_utils/ROADMAP.md
anki_utils/SKILL_UPDATE_PROTOCOL.md
anki_utils/__init__.py
anki_utils/cli.py
anki_utils/dev_tools.py
anki_utils/exporter.py
anki_utils/markdown.py
anki_utils/occlusion.py
anki_utils/themes.py
anki_utils.egg-info/PKG-INFO
anki_utils.egg-info/SOURCES.txt
anki_utils.egg-info/dependency_links.txt
anki_utils.egg-info/entry_points.txt
anki_utils.egg-info/requires.txt
anki_utils.egg-info/top_level.txt
anki_utils/assets/preview-template.jsx
anki_utils/assets/theme-designer.jsx
assets/test-data/README.md
assets/test-data/heart-anatomy.jpg
assets/test-data/sample-person.png
assets/test-data/statue-of-liberty.png
assets/test-data/test-cards.json
developer/test-launcher.html
developer/tools/preprocess_test_data.py
developer/tools/test-cli.sh
developer/tools/theme-designer-launch.sh
skill-reference/README.md
skill-reference/SKILL.md
skill-reference/claude-guide.md
tests/__init__.py
tests/conftest.py
tests/test_exporter.py
tests/test_markdown.py
tests/test_themes.py