# Currency Exchange Rate API - .gitignore
# 
# @author      Molla Samser (Founder)
# @designer    Rima Khatun (Designer & Tester)
# @website     https://rskworld.in
# @contact     help@rskworld.in
# @phone       +91 93305 39277
# @address     Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India - 713147
# @year        2026

# Cache files
cache/
cache/*.json

# Log files
logs/
logs/*.log
logs/*.txt

# Environment files
.env
.env.local
.env.production

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

# OS files
.DS_Store
Thumbs.db

# Backup files
*.bak
*.backup

# Temporary files
tmp/
temp/

# Vendor files (if using Composer)
vendor/

# Node modules (if using npm)
node_modules/

# Build files
dist/
build/

# Configuration overrides
config.local.php
config.production.php
