# Real config files — contain API keys
grist-backup.toml
.grist-backup.toml
config.toml

# Claude Code working directory
.claude/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/

# Virtual environment
.venv/

# Ruff cache
.ruff_cache/

# macOS
.DS_Store
