Files
kjvstudy.org/.gitignore
T
kennethreitz 4b36f9ed77 Add Red Letter Edition page showing words of Christ
- 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>
2025-12-04 09:10:33 -05:00

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