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

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# dbt-arch-unit generated artifacts
*_report.html
dbt_arch_unit_report.html

# Keep uv.lock tracked (it is the tool lockfile) — do NOT ignore it.
