mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +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__
|