# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Packaging
*.egg-info/
dist/
build/

# Virtual environments
.venv/
.python-version

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.coverage
htmlcov/

# Generated artifacts
examples/recipes.duckdb
logs/

# Editors / OS
.DS_Store
.idea/
.vscode/
