BankBot-AI / .dockerignore
mohsin-devs's picture
Deploy to HF
a282d4b
raw
history blame contribute delete
382 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
backend/venv/
backend/.venv/
backend/env/
backend/*.db
backend/.env
# Node
frontend/node_modules/
frontend/.next/
frontend/.env.local
frontend/.env.production
# Git
.git/
.github/
# Docs (not needed in container)
docs/
.kiro/
.vscode/
.temporary_backup/
# OS
.DS_Store
Thumbs.db
*.log
# Test files
*.test.ts
*.spec.ts
__tests__/