mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
8e22a0fe80
- Remove 2,871 verses with generic template commentary - Keep 11,950 verses with substantive content - Restructure JSON from flat to nested format (Book → Chapter → Verse) - Update schema to reflect nested structure - Add comprehensive commentary for John 3:16 with Greek word studies - Update commentary.py to handle both flat and nested JSON formats - Add *.backup to .gitignore File size reduced from 47MB to 36MB after removing generic content. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
261 B
Plaintext
18 lines
261 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
|