10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Allow directories to be traversed
|
|
!*/
|
|
|
|
# Allow specific file types and root files
|
|
!*.py
|
|
!*.md
|
|
!pyproject.toml |