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

# uv / venv
.venv/

# MkDocs / Zensical
site/
.cache

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
coverage.xml
.tox/
htmlcov/
execsql.log
scripts/execsql.conf
scripts/*.csv
scripts/test_import_sqlite.sql
scripts/test_script.sql
scripts/test.db
scripts/*.log

# Distribution
*.whl
*.tar.gz

# Superseded monolith
_execsql/

# Claude
.claude/settings.local.json
ANALYSIS.md
