13 lines
137 B
Plaintext
13 lines
137 B
Plaintext
# Secrets — never commit
|
|
*.pem
|
|
*credentials*.json
|
|
webhook_secret.txt
|
|
whsec*.txt
|
|
.secrets.toml
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
result
|