# Vector store files status-law-knowledge-base/vector_store/ vector_store/ *.faiss *.pkl # Chat history and models status-law-knowledge-base/chat_history/ chat_history/ chat_history/fine_tuned_models/ chat_history/models_registry.json *.json # Training files *.bin *.pt *.pth *.ckpt wandb/ runs/ tensorboard/ # Hugging Face specific .huggingface/ # Python specific __pycache__/ *.py[cod] *$py.class .env .venv env/ venv/ ENV/ # IDE specific .vscode/ .idea/