18 lines
178 B
Plaintext
18 lines
178 B
Plaintext
# Python
|
|
.venv
|
|
__pycache__/
|
|
|
|
# Ignore sample JSON files
|
|
*.sample.json
|
|
|
|
# Ignore prototype scripts
|
|
prototype_*.py
|
|
|
|
# Shell secrets
|
|
*.secret
|
|
|
|
# Certificate files
|
|
*.pem
|
|
*.key
|
|
*.crt
|