# Secrets
.env
.env.local
*.token

# Test artifacts (output of `dbtcx fetch-run`)
artifacts/
*.compiled.sql
manifest.json
manifest.slim.json
run_results.json
.step_used

# Python build
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
.venv/
.python-version
.coverage
.pytest_cache/
htmlcov/

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db
