# Python
test_output/
previews/
my_configs/
tmp/
docs_external_refs/
node_modules/
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.whl

# uv
.python-version

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.pytype/

# Project directories
cache/
output/
docs/site/
# Generated from src/cartoload/cli.py by scripts/generate-cli-docs.py
docs/cli.md

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Pre-commit
.pre-commit-config.yaml

# Ruff
.ruff_cache/
