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

# uv / venv
.venv/

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

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
coverage.xml
*.py,cover
.tox/
htmlcov/

# Distribution
*.whl
*.tar.gz

# Project-specific
.env
*.log
pg-upsert.local.yaml
pg-upsert.template.yaml
# --export-failures output directories created during manual testing
failures/
pg_upsert_failures/

# Claude
.claude
