mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2024-08-29 01:18:33 +03: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__
|