mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08: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__
|