# Python bytecode — never needed in the npm package
__pycache__/
*.py[cod]
*.pyo

# Build artefacts
dist/
build/
*.egg-info/

# Development environment
.venv/
venv/
env/
.pytest_cache/
.coverage
htmlcov/

# Auth cache — never ship
.msal-cache/

# Editor / OS
.vscode/settings.json
.idea/
.DS_Store
Thumbs.db
*.swp
*.swo

# Generated per-developer config (absolute paths)
.mcp.json
.vscode/mcp.json

# Secrets
.env
.env.local

# Dev-only files not needed by npm consumers
tests/
azure_functions/
github_actions/
docs/
Dockerfile.webhook
requirements-webhook.txt
scripts/register_ado_hooks.py
scripts/register_jira_hooks.py
