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

# uv / virtualenv
.venv/

# Quack Space runtime + generated artifacts
.quack/quack.duckdb
.quack/quack.duckdb.*
.quack/map.yaml
.quack/diagram.md
.quack/config.yaml
.quack/.index.yaml
.quack/_diagrams.md

# Quack Space generated metadata scattered through the tree (any depth)
.index.yaml
_diagrams.md
QUACK.md

# OS
.DS_Store

# Local test sandbox (not part of the project)
test-quackspace/

# ignore quackspace files
.index.yaml
_diagrams.md
test-quackspace/QUACK.md
test-quackspace/.quack/
