bluesky-collector/.gitignore
Pieter 2e14562bd2 Make analyzer LLM provider agnostic
Refactor toxicity analysis implementation to be independent of specific
LLM providers. Update configuration and code to use generic terminology
and allow flexibility in choosing language models.

Changes:
- Update environment variable naming for API credentials
- Generalize documentation to support multiple LLM providers
- Improve configuration flexibility for model selection
- Add project documentation files to gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-20 08:21:11 +02:00

43 lines
384 B
Text

# Environment variables and secrets
.env
.env.local
*.key
*.pem
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
# Logs and data
logs/
*.log
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
# Docker volumes (if any)
postgres_data/
# Project documentation
FINDINGS.md
OPERATIONS.md