/.phpunit.cache
/bootstrap/ssr
/node_modules
/public/hot
/public/storage
/resources/js/actions
/resources/js/routes
/resources/js/wayfinder
/storage/*.key
/storage/pail
/vendor
/.gemini
/.cursor
/.github
/.vscode.mcp
/.mcp
/GEMINI.md
/CLAUDE.md
/laravel-boost.mdc
.DS_Store
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/auth.json
/.fleet
/.idea
/.nova
/.vscode
/.zed

# Development Documentation (Internal - Not for submission)
/doc/
/ACTUAL_MISSING_ITEMS.md
/CRITICAL_MISSING_ITEMS.md
/UNDERSTANDING_THE_REJECTION.md

# CodeCanyon Listing Generation Tools (Not needed in package)
# /codecynon_listing/

# Postman Collections (Development/Testing Tools)
*.postman_collection.json
*.postman_environment.json
*.postman_globals.json
/Uniquify_API.postman_collection.json
/Uniquify_API.postman_environment.json
/Uniquify_API.postman_globals.json

# Documentation Website (If separate from user docs)
/documentation/

# Database files (SQLite - should be created by user)
/database/database.sqlite
/database/*.sqlite
/database/*.sql

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

# Cache files
/bootstrap/cache/*
!/bootstrap/cache/.gitignore

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~

# OS files
Thumbs.db
.DS_Store
.AppleDouble
.LSOverride

# IDE and editor files
*.sublime-project
*.sublime-workspace
.project
.classpath
.settings/
*.iml
*.ipr
*.iws

# Build artifacts
!/public/build/.gitignore
/public/hot
