# Environment and secrets
.env

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

# Phlo infrastructure runtime data
.phlo/volumes/
.phlo/dagster/storage/
.phlo/dagster/.logs_queue/
.phlo/dagster/.telemetry/
.phlo/dagster/.nux/
.phlo/dagster/logs/

# dbt user config
transforms/dbt/profiles/.user.yml

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

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Jupyter
.ipynb_checkpoints/
