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

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

# uv
.uv/
# uv.lock is committed for reproducible installs (app, not a library).

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Environment variables
.env
.env.local
.env.*.local

# Chainlit runtime state. The shipped defaults now live in the package
# (orionbelt_chat/chainlit_config.toml, orionbelt_chat/chainlit.md); anything
# at the repo root is generated by a local run.
/.chainlit/
/chainlit.md
/.files/
*.db

# Pytest
.pytest_cache/
.coverage
htmlcov/
.tox/

# Ruff
.ruff_cache/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Logs
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp

# Design documents (not part of the package)
design/

# Claude Code
.claude/

# Generated compliance artifacts (built by CI, see scripts/gen_third_party_licenses.py)
THIRD_PARTY_LICENSES.md
sbom.cdx.json
