# Dependencies /vendor/ /node_modules/ # Environment files .env .env.local .env.*.local # Logs and cache /logs/ /cache/ *.log logs/app.log logs/*.log # Test artifacts /tests/coverage/ /tests/results/ /test-results/ /coverage.xml phpunit.xml.bak # File-based storage (migrated to database) active_viewers.json chat_messages.json banned_users.json *.json.tmp *.json.backup # Temporary files *.tmp *.swp *.swo *~ .DS_Store Thumbs.db # IDE and editor files .vscode/ .idea/ *.sublime-project *.sublime-workspace # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Backup files *.backup *.bak *~ *.orig # Documentation artifacts /docs/phpdoc/ # Docker (if used) .dockerignore docker-compose.override.yml # Sensitive files config/production.php config/staging.php *.key *.pem # Migration backups migrations/*.migrated