Files
docs-harvester/.gitignore
Slawomir Koszewski 495ba0b0b3
All checks were successful
/ unit-tests (push) Successful in 13s
Modernized the get-token.py.
2025-11-09 10:52:22 +01:00

22 lines
221 B
Plaintext

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