# === Private files — NEVER commit ===
MACHINA_SPEC.md
CLAUDE.md
MACHINA_HEALTH_REPORT.md
machina-medium-article-en.md
machina-medium-article-it.md
linkedin-post-en.md
.claude/
.github/skills/

# === Local planning artifacts — NEVER commit ===
docs/plans/
docs/brainstorms/
docs/solutions/
.compound-engineering/

# === 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.*

# === 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
