*.log
.DS_Store
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
/.fleet
/.idea
/.nova
/.phpunit.cache
/.vscode
/.zed
/auth.json
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/storage/app/firebase/
/vendor
Homestead.json
Homestead.yaml
Thumbs.db
_ide_helper.php
.phpstorm.meta.php
_ide_helper_models.php

# Flask ML API (repo terpisah)
/flask_ml_api/

# Research notebooks & scripts
*.ipynb
/notebook_face_recognition.py

# Dokumen laporan TA (bukan bagian kode)
/laporan_revisi_text.txt
/proposal_text.txt
/proposal_images/

# Script utility sementara
/extract_images.py
/map_images.py
/read_docx.py

# Folder hosting upload (tidak perlu di repo)
/_hosting_upload/

# Storage zip backup
/storage/app/laravel_storage_public.zip

# Direktori aneh Windows (symlink error)
/public/%SystemDrive%/
