# IDE and editor files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.swp
*.swo
*~

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

# Composer
/vendor/
composer.lock

# Node.js
node_modules/
npm-debug.log
yarn-error.log
package-lock.json

# Build artifacts
/dist/
/build/
*.min.js
*.min.css

# Testing
/tests/coverage/
/tests/results/
.phpunit.result.cache

# Configuration
config.local.yml
*.local.yml
*.local.php

# Temporary files
*.tmp
*.temp
*.log
*.cache

# Documentation generated files
/docs/api/
/docs/coverage/
/docs/phpdoc/

# Development tools
.php_cs.cache
.php_cs
.phpcs.xml
.phpcs.xml.dist
.phplint.cache
.eslintcache
.stylelintcache

# Environment specific
.env
.env.local
.env.*.local

# Drupal specific
/css/*.css.map
/js/*.js.map
*.css.map
*.js.map 
settings.php
/.editorconfig
/.gitattributes
/web
/recipes