# #property version "1.03"
# HomeLAB v3.6.2 Git Exclusion Protocol

# 1. SECURITY: Never leak credentials or API keys
.env
auth_key.json
*.pem
*.key

# 2. DATA PROTECTION: Exclude backups and local blackboard
# We exclude these because they are large and contain private trade DNA
backups/
backboard.md
*.log
local_alpha.md
strategy_log.md

# 3. PYTHON: Exclude compiled files and virtual environments
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
build/
dist/

# 4. OS SPECIFIC: Linux/MacOS noise
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# 5. MT5 BRIDGE: Exclude live signal files
# This prevents git from trying to track the file while MT5 is rapidly writing to it
mt5_signals.json
mt5_pulse.tmp

# 6. MODEL DATA: Exclude local weights (Gemma 3 / Whisper)
models/
*.bin
*.gguf
*.onnx
