26 lines
268 B
Plaintext
26 lines
268 B
Plaintext
# Python
|
|
.venv
|
|
__pycache__/
|
|
*.egg-info/
|
|
dist/
|
|
|
|
# Ignore sample JSON files
|
|
*.sample.json
|
|
|
|
# Ignore prototype scripts
|
|
prototype_*.py
|
|
|
|
# Shell secrets
|
|
*.secret
|
|
*.client_secret
|
|
|
|
# Environment files
|
|
*.env
|
|
|
|
# Certificate files
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# Harvester output
|
|
reference |