Files
true-recall-gems/.gitignore
root 08aaddb4d0 fix: Add tr-worker files, sanitize IPs, update validation checklists
- Add realtime_qdrant_watcher.py and mem-qdrant-watcher.service to tr-worker/
- Sanitize private IPs (10.0.0.x → <QDRANT_IP>, <OLLAMA_IP>)
- Replace absolute paths with placeholders
- Add GIT_VALIDATION_CHECK.md for security validation
- Update validation checklists to v2.4
- Remove session.md from git (local-only file)
2026-02-26 08:28:12 -06:00

66 lines
728 B
Plaintext

# TrueRecall v2 - .gitignore
# Files that should not be committed to version control
# Backup files
*.bak
*.bak.*
*~
*.swp
*.swo
*.orig
*.save
# Debug and temporary files
debug_*
test_*
temp_*
*.tmp
# Log files
*.log
logs/
log/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
venv/
env/
ENV/
# IDE/editor files
.vscode/
.idea/
*.iml
# OS files
.DS_Store
Thumbs.db
# Environment/config with secrets (if they exist locally)
.env
.env.local
config.local.json
# Local data that shouldn't be shared
data/
datasets/
*.db
*.sqlite
# Build artifacts
build/
dist/
*.egg-info/
# Session and validation files (local only)
session.md
VALIDATION_*.md
audit_results_*.md
CONTEXT_INJECTION_*.md