Files
docs-harvester/.gitignore

24 lines
239 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