mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
4b36f9ed77
- New /red-letter route with filterable, paginated verse list - Stats showing total verses, full/partial breakdown - Red letter text rendering with highlighting - Keyboard navigation support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
268 B
Plaintext
19 lines
268 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.DS_Store
|
|
|
|
# Virtual environments
|
|
.venv
|
|
.vscode/settings.json
|
|
|
|
# Generated data files (too large for git)
|
|
kjvstudy_org/interlinear_data.py
|
|
kjvstudy_org/verse_collections.py
|
|
*.backup
|
|
*.json
|