__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store
.idea/
.vscode/

# Introspected NerdGraph schema for IDE GraphQL support (see graphql.config.yaml);
# large and regenerated locally, never committed.
nerdgraph.schema.graphql
