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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# dbt (integration project)
integration_tests/target/
integration_tests/dbt_packages/
integration_tests/logs/

# Reports
report.md
codequality.json
*.svguard.json
