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