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

# Virtual envs
.venv/
venv/

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

# Conversion output (generated by the CLI, not source)
dataform_output/
*_dataform_output/

# Test fixture: a real clone of dbt Labs' jaffle_shop demo project,
# used locally to validate conversions. It carries its own .git
# directory, so it is intentionally not tracked here.
test-input/
