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

# Environment / secrets
.env
*.env
!.env.example

# ReliaQuest proprietary reference material — kept local for code generation and
# verification, NOT redistributed in this public/community repo (© ReliaQuest, LLC).
# This includes the exported API collection and the introspected GraphQL schema
# (regenerate the schema with scripts/introspect.py).
Development Reference/
schema/

# Internal development process docs (design spec, implementation plan). Kept local;
# not needed by end users or contributors to build/use/contribute to the server.
docs/superpowers/

# Node (temporary tooling only)
node_modules/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
