Files
docs-harvester/.gitignore
2025-11-09 20:55:05 +01:00

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