# Environment Variables
.env
.env.local
.env.*.local
*.env

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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.log
.git
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
dist/
build/
*.egg-info/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
dist/
dist-ssr/
*.local

# Testing
coverage/
.nyc_output/
test-results/
cypress/videos/
cypress/screenshots/

# Production
build/
dist/
*.prod.js
*.prod.css

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

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

# Database
*.db
*.sqlite
*.sqlite3
postgres_data/
redis_data/

# Uploads and Storage
uploads/
storage/
media/
static/collected/

# Secrets
*.pem
*.key
*.crt
*.p12
*.pfx
secrets/
certificates/

# Backups
*.bak
*.backup
*.dump
backups/

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

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

# Documentation Build
docs/_build/
docs/.doctrees/
site/

# Monitoring
prometheus_data/
grafana_data/

# Terraform
*.tfstate
*.tfstate.*
.terraform/
terraform.tfvars

# Kubernetes
kubeconfig
*.kubeconfig

# Misc
.notes/
.todo
TODO.md
NOTES.md
scratch/

# Private Documentation
.private/
!.private/.gitkeep
!.private/README.md

# CLI Distribution (Private)
cli/dist/
cli/*.egg-info/

# Capacitor Native Projects
frontend/ios/
frontend/android/

# PWA Generated
frontend/.output/
frontend/.nuxt/