# === Private files — NEVER commit ===
MACHINA_SPEC.md
CLAUDE.md
MACHINA_HEALTH_REPORT.md
AGENTS.md
GEMINI.md
.claude/
.context/
.github/skills/

# === Social / publication drafts — NEVER commit ===
linkedin-*.md
machina-medium*.md
medium-*.md
*-post-*.md
*-caption-*.md

# === Local planning / AI working artifacts — NEVER commit ===
STRATEGY.md
docs/plans/
docs/brainstorms/
docs/solutions/
.compound-engineering/
*.tmp.json
*.tmp.md
*_temp.py
*_temp.md
write_review_temp.*
reliability.tmp.*

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

# === Distribution / Packaging ===
dist/
build/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/
share/python-wheels/

# === Virtual environments ===
.venv/
venv/
ENV/

# === Testing ===
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# === Type checking ===
.mypy_cache/
.pytype/

# === IDE ===
.vscode/
.idea/
*.swp
*.swo
*~

# === Environment variables ===
.env
.env.*
!.env.example

# === Credentials & certificates ===
*.pem
*.key
credentials.json
gmail_credentials.json
client_secret*.json

# === Documentation build ===
site/

# === OS ===
.DS_Store
Thumbs.db
Desktop.ini

# === Jupyter ===
.ipynb_checkpoints/
.compound-engineering/*.local.yaml
