22 lines
203 B
Text
22 lines
203 B
Text
# Secrets and credentials
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
credentials.json
|
|
*-credentials*
|
|
*secret*
|
|
*.token
|
|
|
|
# Local tooling
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.venv/
|
|
venv/
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
*~
|