.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/

# Local secrets and shell helpers
.env
.env.*
!.env.example
*.local
set_env*.fish

# Personal workspaces are local by default. Keep shared examples explicitly.
workspaces/*
!workspaces/trello-example/
!workspaces/trello-example/**
!workspaces/github-projects-example/
!workspaces/github-projects-example/**
workspaces/github-projects-example/.env
!workspaces/jira-example/
!workspaces/jira-example/**
workspaces/jira-example/.env

# Workspace generated artifacts
workspaces/*/output/**
!workspaces/*/output/
!workspaces/*/output/.gitkeep
