# Environment files
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
error_log
*.log

# Temporary files
temp/*
uploads/*
!temp/.gitkeep
!uploads/.gitkeep

# Vendor (usually committed, but can be ignored if using composer install on deployment)
# vendor/

# Testing
test_*.php
tmp_*.php
*.test.php
