mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 06:23:59 -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__
|