32 lines
354 B
Plaintext
32 lines
354 B
Plaintext
# Credentials — never commit. Use .env.example as the template.
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.*
|
|
!.env.example
|
|
!.env.sample
|
|
|
|
# Private keys + certs
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
|
|
# Secret directories
|
|
.secrets/
|
|
|
|
# Workspace auth tokens
|
|
.auth-token
|
|
.auth_token
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyc
|
|
*$py.class
|
|
.Python
|
|
*.so
|
|
*.egg-info/
|
|
*.egg
|