# Composer
/vendor/
composer.lock
composer.phar

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

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

# Log Files
*.log
logs/
log/

# Configuration Files (contains sensitive data)
config.php
.env
.env.local
.env.*.local

# Cache & Temporary Files
cache/
tmp/
temp/
*.tmp
*.cache

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

# Build & Distribution
build/
dist/

# Backup Files
*.bak
*.backup
*.old

# Node.js (if using for build tools)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package managers
yarn.lock
package-lock.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env
.env.test

# Generated documentation
docs/

# PHP specific
*.php~
.htaccess

# AWS credentials (important for this project)
.aws/
aws-credentials.json
credentials.json

# Amazon API specific files that might contain sensitive data
amazon-config.php
paapi-credentials.php

# Examples with real credentials
examples/config.php
examples/real_*.php

# Test output files
product_*.json
test-output.*
*.output

# Editor files
*.sublime-project
*.sublime-workspace

# JetBrains IDEs
.idea/
*.iml
*.ipr
*.iws

# Visual Studio Code
.vscode/
*.code-workspace

# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Local development files
local/
development/
dev/

# Runtime files
runtime/

# Generated API documentation
api-docs/

# Xdebug profiler files
xdebug/
cachegrind.out.*

# PHPStan
phpstan.neon
.phpstan.cache

# Psalm
psalm.xml
.psalm/

# Infection
infection.json
.infection/

# PHP CS Fixer
.php_cs
.php_cs.cache
.php-cs-fixer.cache

# PHPMD
phpmd.xml

# Deployer
.dep/

# Vagrant
.vagrant/

# Docker
.docker/
docker-compose.override.yml

# Local configuration overrides
local.php
local.json
local.yml
local.yaml

# Certificates and keys
*.pem
*.key
*.crt
*.p12

# Database files (if any)
*.sqlite
*.db
*.sql

# Archives
*.zip
*.tar
*.tar.gz
*.rar

# Windows specific
desktop.ini

# Custom project files that should not be tracked
examples/my_*.php
examples/test_real_*.php
my-config.*
real-credentials.*
