- Remove obsolete documentation, examples, and utility scripts - Remove temporary screenshots and test files from root - Add test_chat_backend.js for Puppeteer testing of chat RAG - Update .gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
51 lines
868 B
Plaintext
51 lines
868 B
Plaintext
# Agent-generated output directories
|
|
generations/*
|
|
!generations/library_rag/
|
|
|
|
# Python cache and compiled files
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
.env
|
|
venv
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Backup and temporary files
|
|
backup_migration_*/
|
|
restoration_log.txt
|
|
restoration_remaining_log.txt
|
|
summary_generation_progress.json
|
|
nul
|
|
|
|
# Test files and temporary scripts (Jan 2026)
|
|
test_*.txt
|
|
test_ingestion*.py
|
|
test_direct*.py
|
|
test_upload*.py
|
|
*_backup.json
|
|
chunks_to_vectorize.json
|
|
output/
|
|
check_chunks.py
|
|
verify_works.py
|
|
complete_*.py
|
|
extract_*.py
|
|
fast_extract.py
|
|
stream_extract.py
|
|
quick_vectorize.py
|
|
vectorize_remaining.py
|
|
migrate_chunk_*.py
|
|
!generations/library_rag/migrate_chunk_v2_to_none_vectorizer.py
|
|
!generations/library_rag/fix_turings_machines.py
|
|
|
|
# Archives (migration scripts moved here)
|
|
archive/chunk_v2_backup.json
|