# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# uv / venv
.venv/
# hatch-vcs generated version files
**/_version.py
# tooling caches
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# dbt writes run logs into the working tree during tests
logs/
