12 lines
101 B
Plaintext
12 lines
101 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
|
|
# Private keys - NEVER commit these
|
|
*.pem
|
|
keys/
|
|
|
|
# Secrets
|
|
.env
|