# --- Secrets and local configuration -----------------------------------------
/config/secrets.php

# --- Runtime data (never commit logs, caches, rate-limit counters) -----------
/storage/logs/*
/storage/cache/*
/storage/ratelimit/*
!/storage/logs/.gitkeep
!/storage/cache/.gitkeep
!/storage/ratelimit/.gitkeep

# --- Editor / OS noise -------------------------------------------------------
.DS_Store
Thumbs.db
*.swp
*~
.idea/
.vscode/

# --- Build artefacts (none required to run TAIIH AI) ------------------------
node_modules/
dist/
build/
