# Dependencies
node_modules/
.next/
out/
build/
dist/

# Virtual environments
.venv/
venv/
env/
ENV/
pyvenv.cfg
.python-version

# Python Cache
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.coverage
htmlcov/

# Local Environment Variables & Secrets
.env
.env.prod
.env.local
.env.development.local
.env.test.local
.env.production.local
*.pem
*.key
nginx/ssl/

# Local Database & Cache Data Volumes
postgres_data/
redis_data/
prometheus_data/
grafana_data/
loki_data/

# OS Files
.DS_Store
Thumbs.db
desktop.ini

# IDE Settings
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
