OpenHands / MANIFEST.in
Backup-bdg's picture
Upload 964 files
51ff9e5 verified
raw
history blame contribute delete
120 Bytes
# Exclude all Python bytecode files
global-exclude *.pyc
# Exclude Python cache directories
global-exclude __pycache__