# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/
.ruff_cache/

# uv / venv
.venv/

# MkDocs / Zensical
site/
.cache
docs/about/change_log.md

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
coverage.xml
*.py,cover
.tox/
htmlcov/
execsql.log
!scripts/generate_vscode_grammar.py
scripts/
!tests/scripts

# Distribution
*.whl
*.tar.gz

# Superseded monolith
_execsql/

# Claude
.claude/
CLAUDE.md
AUDIT.md
DOC_AUDIT.md
PROMPTS.md
