medical-chatbot / .gitignore
Dipanshu Singh
Clean up project structure
d169a80
raw
history blame contribute delete
258 Bytes
# Secrets
.env
.streamlit/secrets.toml
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# macOS
.DS_Store
# IDE
.vscode/
.idea/
# Chainlit (removed from project)
.chainlit/
app_chainlit.py
chainlit.md
# Jupyter
.ipynb_checkpoints/
# Claude Code
.claude/