# ═══════════════════════════════════════════════════════════════
# Endpoint — Git Ignore Rules
# ═══════════════════════════════════════════════════════════════

# ── OS Artifacts ────────────────────────────────────────────
.DS_Store
Thumbs.db
*.swp
*.swo
*~
*.bak
*.tmp

# ── Python ──────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$*.class
*.egg-info/
.eggs/
build/
dist/
sdist/
.venv/
venv/
ENV/
env/

# ── Test / Coverage / Cache ─────────────────────────────────
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/
.pytest_cache/

# ── Agent / Notes ───────────────────────────────────────────
.agents/
notes/

# ── Archives ────────────────────────────────────────────────
*.log
*.deb
*.tar.gz
*.zip
*.7z
*.rar

# ── Secrets & Credentials ───────────────────────────────────
*.pem
*.key
*.keystore
*.jks
credentials.json
secrets.yaml
auth/
kaggle.json
endpoint-config.yaml

# ── Environment ─────────────────────────────────────────────
.env
.env.*
!.env.example

# ── Generated / Runtime ─────────────────────────────────────
cloudflared/
vps_output/
logs/
.wrangler/

# ── Cloudflare (real config — use wrangler.example.toml) ────
cloudflare/wrangler.toml

# ── Project-specific ────────────────────────────────────────
AGENTS.md
