11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
# Exclude all files and directories.
|
|
*
|
|
|
|
# Unexclude specified files/directories.
|
|
!motrix_envs/**/*
|
|
!motrix_rl/**/*
|
|
!scripts/**/*
|
|
!pyproject.toml
|
|
!uv.lock
|
|
!uv.toml
|