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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tooling
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/

# dbt artifacts (never commit a real project's target/)
target/
dbt_packages/
logs/
