Files
docs-harvester/.gitignore
T
2025-11-07 21:21:49 +01:00

19 lines
194 B
Plaintext

# Python
.venv
__pycache__/
# Ignore sample JSON files
*.sample.json
# Ignore prototype scripts
prototype_*.py
# Shell secrets
*.secret
*.client_secret
# Certificate files
*.pem
*.key
*.crt