# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtualenvs
.venv/
venv/
env/
ENV/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Local-only build artifacts
WAITING.md

# dbt test outputs inside fixtures
tests/fixtures/**/.dbt-specify/
