# Temporary files
.tmp/
REWRITE_PROMPT.md

# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
*.whl
sdist/

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment / secrets
.env
.env.local
.env.production
!.env.example

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# mypy / type checking
.mypy_cache/
.pytype/

# Generated models (regenerated from OpenAPI spec)
nxus_qbd/models/

# Misc
*.log
tmp/
temp/


.claude/
AGENTS.md
CLAUDE.md
spec/openapi_old.json

tests/unit/test_vendor_pydantic_wiring.py
tests/unit/test_generate_schema_normalization.py
tests/unit/test_query_serialization.py
