medicalaiapp / .gitignore
pascal-maker's picture
Upload folder using huggingface_hub
92189dd verified
raw
history blame contribute delete
381 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.env
.venv
chexagent_env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
checkpoints/
*.pt
*.pth
*.ckpt
*.safetensors
tmp/
/tmp/
# OS
.DS_Store
Thumbs.db