# --- Local-only reference docs (NEVER commit) ---
scion-PRD.md
compass_artifact_*.md

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Test / type / lint caches ---
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.dmypy.json
dmypy.json
htmlcov/

# --- Virtualenvs ---
.venv/
venv/
ENV/
env/
.env*
!.env.example

# --- uv ---
uv.lock.bak
.uv-cache/

# --- IDEs / editors ---
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject

# --- macOS ---
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes

# --- scion runtime artifacts (bundles produced during local dev) ---
demo-bundle/
test-bundle/
*.tmp
.dream-*
episodes_index.sqlite

# --- secrets ---
*.pem
auth.json
credentials.json
