# =============================================================================
# Asterion VR — Refonte 2026 — .gitignore
# =============================================================================

# --- OS ---
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db

# --- Editors / IDE ---
.vscode/
.idea/
*.swp
*.swo
*~
.history/

# --- Claude Code local config (per-developer) ---
.claude/settings.local.json
# .mcp.json holds the WP Application Password for the Bricks MCP server,
# which is per-developer and must never reach the remote.
.mcp.json

# --- Environment / secrets ---
.env
.env.local
.env.*.local
*.pem
*.key

# --- WordPress sensitive files ---
wp-config.php
wp-config-local.php
*.sql
*.sql.gz
debug.log
error_log

# --- Build artifacts / dependencies ---
node_modules/
vendor/
*.log
dist/
build/
.cache/

# --- Backups ---
*.bak
*.backup
*.orig

# --- Third-party plugin ZIPs ---
# Bricks Builder + WPML are commercial licensed plugins — each developer
# must deposit their own purchased ZIPs in ThirdParty/ after cloning.
# See README.md for instructions.
/ThirdParty/

# --- PDF text extracts ---
# Auto-regenerated from the source PDFs via `pdftotext -layout`.
/design-handoff.txt
/strategie-et-contenu.txt

# --- WordPress runtime (not part of the child theme) ---
# The repo only contains the child theme `wp-content/themes/asterion-bricks/`.
# Anything else under wp-content/ is LocalWP runtime, not versioned.
/wp-content/uploads/
/wp-content/cache/
/wp-content/upgrade/
/wp-content/plugins/
/wp-content/index.php
/wp-content/themes/twenty*/
/wp-content/themes/index.php
/wp-content/themes/bricks/

# --- macOS resource forks (occasional Windows leak) ---
._*
