# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ *.egg # Virtual Environment chatbot-env/ venv/ ENV/ env/ env.bak/ # Environment variables .env # IDE specific files .idea/ .vscode/ *.swp *.swo # Distribution / packaging dist/ build/ *.egg-info/ # Jupyter Notebook .ipynb_checkpoints # Local development settings *.log .DS_Store