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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
coverage.xml
.mypy_cache/

# pip-compile lockfile (dev-machine specific, too broad for public repo —
# leaks non-dependency monorepo packages like Authlib/fastapi into the public subtree)
requirements.lock

# IDE
.vscode/
.idea/

# TRW runtime state
.trw/

# Internal Claude Code settings — not for public consumption
.claude/

# Internal PRD/sprint docs — development artefacts, not part of the public package
docs/

# Scratch workspace
scratch/

# Local memory store + test artifacts (must never ship to PyPI)
.memory/
coverage.json
