# Composer Dependencies
vendor/

# Node Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Vite / Frontend Build
public/hot
# Uncomment the following line if you do NOT want to track compiled production assets in git:
# public/build/

# Environment Variables
.env
.env.local

# OS Generated Files
.DS_Store
.DS_Store?
Thumbs.db

# IDE / Editor
.vscode/
.idea/
*.swp