medical-report-analyzer / .dockerignore
snikhilesh's picture
Upload folder using huggingface_hub
420036b verified
raw
history blame contribute delete
533 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Frontend build artifacts (already in backend/static)
medical-ai-frontend/node_modules/
medical-ai-frontend/dist/
frontend/
# Documentation and development files
*.md
!README.md
docs/
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Temporary files
tmp/
*.tmp
.env
# Deployment scripts
deploy_to_hf.py