# 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/

# Distribution
*.whl
*.tar.gz

# Superseded monolith
_execsql/

# Claude
.claude/
ANALYSIS.md
FINDINGS.md
