# ─── Laravel Framework ─────────────────────────
/vendor/
/node_modules/
/public/hot
/public/storage
/public/build/
/storage/*.key
/storage/framework/cache/data/*
/storage/framework/sessions/*
/storage/framework/views/*
/storage/logs/*
/bootstrap/cache/*

# ─── Environment ───────────────────────────────
.env
.env.backup
.env.production

# ─── IDE / Editor ──────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ─── System / Security ────────────────────────
/storage/installed.lock
/storage/app/system/.server_salt

# ─── Build Artifacts ──────────────────────────
/dist/
/build/.obfuscated_tmp/
/build/yakpro-po/vendor/
/build/*.zip
M_obfuscate_backups/

# ─── Compiled Assets ──────────────────────────
npm-debug.log
yarn-error.log

# ─── Testing ──────────────────────────────────
.phpunit.result.cache
phpunit.xml

# ─── Misc ─────────────────────────────────────
*.bak
storage/app/system/registry.dat
