# Digital Arts Store - .gitignore

# Configuration files
config/database.php
.env
.env.local
.env.*.local

# Log files
logs/
*.log

# Cache
cache/
.cache/

# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Temporary files
tmp/
temp/
*.tmp

# Uploads (optional - can be versioned)
# public/uploads/*
# !public/uploads/.gitkeep

# Node modules (if using frontend tooling)
node_modules/
package-lock.json
yarn.lock

# Composer
vendor/
composer.lock
