# Dependencies
/vendor/
/node_modules/

# Cache and temporary files
/application/cache/*
/temp/*
!/application/cache/index.html
!/temp/index.html

# Logs
/application/logs/*
!/application/logs/index.html

# User uploaded files
/uploads/*
!/uploads/index.html
/client_profile_images/*
!/client_profile_images/index.html
/company/*
!/company/index.html
/staff_profile_images/*
!/staff_profile_images/index.html

# Build artifacts
/public/hot
/public/storage
/storage/*.key
/.webpack

# Laravel Mix
webpack.mix.js.map

# Environment and configuration
.env
.env.local
.env.production
expoleads-3f327-firebase-adminsdk-fbsvc-1b2089873c.json

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

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

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

# Session files
sessions/

# Error logs
error_log
php_errorlog

# Test files
/tests/
/phpunit.xml

# Documentation builds
/docs/build/

# Miscellaneous
.htaccess.backup
web.config.backup

# Graphify - Knowledge Graph (auto-generated, use hooks to regenerate)
graphify-out
.superpowers
.playwright-mcp