# Secrets — never commit
config.php

# Runtime state and applicant data
uploads/*
!uploads/.gitkeep
!uploads/.htaccess
data/*
!data/.gitkeep
!data/.htaccess

# Logs
*.log
error_log

# OS / editor noise
.DS_Store
Thumbs.db
*.swp
