# ── Python ───────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# ── Distribution / packaging ──────────────────────────────────────────────────
build/
dist/
*.egg-info/
.eggs/
*.egg
MANIFEST

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

# ── Secrets & credentials ─────────────────────────────────────────────────────
*.pem
*.key
*.p12
*.pfx
.secrets
secrets.json
credentials.json

# ── Testing & coverage ────────────────────────────────────────────────────────
.pytest_cache/
.hypothesis/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# ── Type checkers & linters ───────────────────────────────────────────────────
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# ── Jupyter ───────────────────────────────────────────────────────────────────
.ipynb_checkpoints/
*/.ipynb_checkpoints/
*.nbconvert/
profile_default/
ipython_config.py

# ── Editors & IDEs ────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Desktop.ini

# ── Logs & temp files ─────────────────────────────────────────────────────────
*.log
*.tmp
*.bak

# ── Generated outputs (kept local, not committed) ─────────────────────────────
*.png
*.svg
*.pdf
!examples/
agent_network.*
hospital_network.md
