# Coinbase CDP credentials
cdp_api_key*.json

# Environment files (API keys)
.env
.env.*
05_Business/.env

# Credentials documentation
08_Docs/credentials/*.md

# Dependencies
node_modules/

# Python
__pycache__/
*.pyc

# macOS
.DS_Store

# ===========================================
# LARGE FILES - DO NOT PUSH TO GITHUB
# ===========================================

# Original high-res photos (8-35MB each) -> stored on Google Drive
01_Portfolio/*/originals/

# Portfolio web copies (redundant - images/ has the website copies)
01_Portfolio/*/web/

# Raw photography archive
Photography/

# Safe-delete staging folder
_files_to_delete/

# Large PDFs and design files
*.pdf
archive35_logo_concepts.jsx

# Strategy briefing (private)
Archive-35_Strategy_Briefing_v2_FINAL.docx

# Session handover docs
Archive-35_Session_Handover_*.docx

# Agent data (SQLite DB, cached thumbnails)
Archive 35 Agent/data/

# SQLite WAL runtime files
*.db-shm
*.db-wal

# Agent handover docs
Archive-35_Agent_Handover*.docx

# Studio build artifacts (Electron)
05_Studio/app/dist/
05_Studio/app/build/
.studio-mode

# C2PA private keys (NEVER commit)
07_C2PA/*.key
07_C2PA/ca/
mockups/

# ===========================================
# NOT WEBSITE — DO NOT TRACK IN GIT
# These stay on Wolf's machine only.
# ===========================================

# Stale build output (complete duplicate of live site)
_site/

# Email MCP credentials (NEVER commit)

# PyPI credentials and recovery codes
Archive 35 Agent/data/credentials/
06_Automation/email_mcp/.env

# Etsy listing exports — local workflow only (machine → Etsy)
06_Automation/etsy-export/

# Licensing — ignore everything except thumbnails + watermarked (needed for website)
09_Licensing/*
!09_Licensing/thumbnails/
!09_Licensing/watermarked/

# Mockup room templates — Studio tool, not web content
templates/

# Hospitality mockups and docs — not served by website
hospitalety/

# Shared docs — not web content
Shared for Archive 35/

# Session handoff docs (generated per session)
*_Session_Handoff_*.docx
*_Session_Handover_*.docx
Frame_Material_Border_Research.docx

# Any generated .docx in repo root
/*.docx
