chatBot / .gitignore
NeelTA's picture
working app
c9bb5fc
raw
history blame contribute delete
352 Bytes
# 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