.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
dist/
*.egg-info/
.DS_Store
*.tmp
tmp/

# Secrets & credentials
.env
*.secret
*.key
client_*.yaml

# Streamlit agent skills (environment-specific symlinks)
.agents/skills/developing-with-streamlit
.claude/skills/developing-with-streamlit

# Local demo workspaces (uploaded files)
examples/workspaces/

# bi_to_semantic generated artifacts
examples/bi_to_semantic/out/
examples/bi_to_semantic/uv.lock

# App Builder generated artifacts
examples/app_builder/out/

# Optional Power BI samples (~17 MB) — fetch with examples/bi_samples/powerbi/fetch.sh
examples/bi_samples/powerbi/Human Resources Sample PBIX.pbix
examples/bi_samples/powerbi/Employee Hiring and History.pbix
