# Python __pycache__/ *.py[cod] *$py.class *.so .Python .env .venv venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo # Data (optional - remove if you want to include sample docs) data/faiss_index/ # OS .DS_Store Thumbs.db # Logs *.log # Testing .pytest_cache/ .coverage htmlcov/