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

# Environments
.venv/
.env

# macOS
.DS_Store

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage

# dbt artifacts from local test projects
**/target/
**/dbt_packages/
logs/
