mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-05 04:53:57 -05:00
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
# Exclude all Python bytecode files
|
|
global-exclude *.pyc
|
|
|
|
# Exclude Python cache directories
|
|
global-exclude __pycache__
|