# Environment & secrets
.env
.env.local
.env.*.local
storage/k.php
promt.txt
*.secret
credentials.json

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Runtime / uploads (keep folder via nested .gitignore)
storage/logs/*
!storage/logs/.gitignore
storage/backups/*
!storage/backups/.gitignore
storage/uploads/*
!storage/uploads/.gitignore
storage/cache/*
!storage/cache/.gitignore
storage/throttle/*
!storage/throttle/.gitignore

# Composer (if added later)
/vendor/
