# Environment .env *.env # Python __pycache__/ *.pyc *.pyo *.pyd .Python *.egg-info/ dist/ build/ # ChromaDB — never commit the local vector store chroma_db/ # Papers — too large, pulled from HF dataset at runtime papers/ # IDE .vscode/ .idea/ *.DS_Store