# Environment variables .env # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment venv/ env/ ENV/ .venv env.bak/ venv.bak/ # IDE .idea/ .vscode/ *.swp *.swo .DS_Store # Project specific data/vector_store/ data/past_campaigns/ data/user_queries/ finetuned_model/ *.log .cohere/ .pinecone/ # Jupyter Notebook .ipynb_checkpoints *.ipynb # Testing .coverage htmlcov/ .pytest_cache/ .tox/ # Distribution *.tar.gz *.zip *.rar *.7z # Local development local_settings.py db.sqlite3 *.db