.env
.env.*
*.env
!.env.example

# Credentials and secret material
*.secret
*.secrets
*.secret.*
*.secrets.*
secret.*
secrets.*
credentials.*
secrets/
secret/
credentials/
credential/
credentials.json
credentials.yaml
credentials.yml
*-credentials.json
service-account*.json
google-credentials*.json
.npmrc
.pypirc
.netrc

# Private keys, certificates, and keystores
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore

# Local provider and tool configuration
.aws/credentials
.aws/config
.config/gcloud/application_default_credentials.json
.docker/config.json
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.next/
node_modules/
dist/
