# 🔒 Security - Environment Files (NEVER COMMIT!)
.env
.env.local
.env.development
.env.staging  
.env.production
.env.*.local

# 🔑 Secret Files
secrets/
private_keys/
certificates/
*.key
*.pem
*.p12
*.pfx
config/secrets.yml
config/credentials.yml

# 📊 Database Files
*.db
*.sqlite
*.sqlite3
database/
db_backups/

# 🔴 Redis Dumps
dump.rdb
*.rdb

# 📝 Log Files
logs/
*.log
log_*

# 🐍 Python Generated Files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.coverage
htmlcov/
.tox/

# 📦 Virtual Environments
.venv/
venv/
env/
ENV/

# 🔧 IDE and Editor Files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# 🐳 Docker
docker-compose.override.yml
.dockerignore

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

# 🎯 Runtime Files
*.pid
*.sock
*.tmp

# 🔍 Development Tools
.mypy_cache/
.ruff_cache/
.black_cache/
.pytest_cache/

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

# 🌐 Node.js (if using for docs or frontend)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# 📦 Package Manager
poetry.lock
Pipfile.lock
yarn.lock

# 🚀 Deployment
.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl

# ☁️ Cloud Configurations
.aws/
.gcp/
.azure/

# 📈 Monitoring and Profiling
.prof
*.prof
profile_*

# 🧪 Test Artifacts
test_results/
test_reports/
coverage_reports/

# 🤖 AI Agent Files
.agents/
.claude/
.mimocode/
AGENTS.md
CLAUDE.md
skills-lock.json

# Other Repo
wiki/
