Analytical_chatbot / .gitignore
yuvrajsingh6
Initial commit: Analytical Finance Chatbot with Next.js frontend and FastAPI backend
c5b5cc8
raw
history blame contribute delete
204 Bytes
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment variables
.env
*.env
# Node modules
node_modules/
.next/
# OS files
.DS_Store