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

# ── Distribution / packaging ──────────────────────────────────────────────────
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ── Virtual environments ──────────────────────────────────────────────────────
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# ── Testing ───────────────────────────────────────────────────────────────────
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
htmlcov/

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

# ── Jupyter ───────────────────────────────────────────────────────────────────
.ipynb_checkpoints
*.ipynb

# ── Logs & temp ───────────────────────────────────────────────────────────────
*.log
*.tmp
*.bak
*.orig
pip-log.txt
pip-delete-this-directory.txt

# ── mypy / type checkers ──────────────────────────────────────────────────────
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# ── Ollama / model cache ──────────────────────────────────────────────────────
*.gguf
*.bin
models/weights/

# ── uv / hatch ────────────────────────────────────────────────────────────────
uv.lock
.hatch/
.uv/

# ── CI / GitHub Actions ───────────────────────────────────────────────────────
.github/secrets/
.env.ci
.env.local
.env.*.local
*.secret
secrets.yaml
secrets.yml

# ── Secrets & credentials ─────────────────────────────────────────────────────
.env*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.cert
*.crt
credentials.json
service_account.json
token.json
auth.json
config.local.*

# ── OS metadata ───────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db
Icon?

# ── Miscellaneous ─────────────────────────────────────────────────────────────
CLAUDE.md
