# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/

# OS / editor / tooling
.DS_Store
.idea/
.vscode/
.claude/

# AWS / secrets — never commit credentials
.aws/
*.pem
.env

# Generated, account-specific report artifacts — these contain tenant data
# (real WorkSpace IDs, metrics, costs) and must never be committed.
*-perf.html
ws-*.html
/reports/
