# Weather Forecast API - Git Ignore File
# Developed by RSK World | https://rskworld.in
# Author: Molla Samser | Designer: Rima Khatun

# Environment variables
.env
.env.local
.env.production

# Dependencies
/vendor/
composer.lock
composer.phar

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Logs and runtime
*.log
/logs/
/tmp/
/cache/

# Test files
/test-results/
/coverage/
.phpunit.result.cache

# Temporary files
*.tmp
*.temp
/temp/

# Backup files
*.bak
*.backup
*.old

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# License files (keep these in repo)
# LICENSE
# LICENSE.md
# COPYING
# NOTICE

# Project specific
debug.php
test-api.html
test-js.html
INSTALLATION.md
SETUP.md
TROUBLESHOOTING.md
*.pem
*.key
*.crt