# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
dist/
build/
*.sarif
.venv/
venv/
env/

# Local configuration and secrets
.env
.env.*
!.env.example
auth_storage/
*.pem
*.key
*.p12

# Project runtime data
.nlm-mcp/
sessions.db
audit.log*

# IDE and OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Docs and local work notes
site/
docs/.work/

# Optional docs tooling
node_modules/
