mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
613e762020
- Remove "View all resources →" link from homepage for cleaner design - Update Quick Access link from "Timeline" to "Timeline / Chronology" - Add inline quick reference navigation to biblical timeline page - Shows all periods with nested event links - Compact hierarchical structure with bullet separators - Styled in gray box matching site aesthetic - All anchor links functional for quick jumping - Add generated data files to .gitignore (too large for git) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
252 B
Plaintext
17 lines
252 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
|