__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
.venv/
venv/
.env

.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

target/
dbt_packages/
logs/
*.duckdb
*.duckdb.wal

.DS_Store

.notes/
