# Environment & credentials
.env
includes/.env
includes/dbconnection.php

# Server config
.htaccess
htaccess
.user.ini
php.ini

# Logs
error_log
error.log
cron_debug.log
reconcile_success.log
includes/error_log
includes/honeypot_log.txt

# Uploads & generated files
uploads/
studentimages/
staff_images/
id_cards/
qrcodes/
tmp/
downloads/
sample/

# PHP dependencies
vendor/

# Tests (not for production)
tests/
phpunit.xml

# OS junk
.DS_Store
.ftpquota
Thumbs.db

# Session storage
../session_data/
