# Environment and secrets
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# macOS
.DS_Store

# Runtime data and volumes
.phlo/volumes/
.phlo/docker-compose.yml.bak

# dbt artifacts
transforms/dbt/target/
transforms/dbt/logs/
transforms/dbt/dbt_packages/

# Temporary/working files
WORKING.md
context/
