# Python __pycache__/ *.py[cod] *$py.class *.so # Virtual Environment venv/ env/ .venv # Testing .pytest_cache/ .coverage htmlcov/ # Environment .env # Data data/ *.faiss *.index incident_vectors.index incident_texts.json # Logs logs/ *.log # IDE .vscode/ .idea/ *.swp # OS .DS_Store