# Virtual environments venv/ .venv/ env/ env.bak/ # Environment variables .env .env.local # Python cache and compiled files __pycache__/ *.py[cod] *$py.class *.so # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ # Vector database local storage qdrant_storage/ # OS generated files .DS_Store Thumbs.db