# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

.copilot-instructions.md

# other
.DS_STORE
*.bak
*~
*.tmp

ref/
py.typed
CLAUDE.md

.env.claude/
.claude/

tests/**/.vscode/
tests/**/appPackage/
tests/**/infra/
tests/**/teamsapp*
