# ============================================================
# TryTrack .gitignore
# ============================================================

# ── Secrets & credentials (NEVER commit these) ──────────────
api/db.php
api/.env
api/config.php
.env
config/payfast.php

# ── Runtime / log files ──────────────────────────────────────
api/payfast-itn-log.txt
api/payfast-complete-log.txt
*.log

# ── OS & editor noise ────────────────────────────────────────
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*~

# ── Node (if you ever add a build step) ──────────────────────
node_modules/
npm-debug.log
yarn-error.log

# ── Old backup files ─────────────────────────────────────────
css/Old-Styles-Files/
**/*-backup.*
**/*-old.*
