# Dependencies
/vendor/
composer.lock

# Private keys and sensitive files
config/private.pem
config/*.key
config/*.p12
config/*-key.pem

# Authentication files
auth.json
.env
.env.local

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

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

# Logs
*.log
logs/
runtime/

# Cache
cache/
tmp/

# Test files
phpunit.xml
/tests/runtime/
coverage/

# Build artifacts
build/
dist/

# Azure DevOps specific
.azure/
azure-pipelines-local.yml