# Database admin tools
adminer.php

# Temporary/debug files
tmp_*.txt
check_*.php
debug_*.php
test_*.php
test_*.html
compare_*.php
migrate_*.php
run_*.php
diagnostic.php

# Database config (should be environment-specific)
db.config.php

# Uploads and user-generated content
Upload/*
uploads/*
!Upload/.gitkeep
!uploads/.gitkeep

# Logs and temp files
*.log
core/logs/*.tdata
core/temp/*.tdata
!core/logs/index.php
!core/temp/index.php

# Compressed sitemaps (can be regenerated)
*.xml.gz

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