8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
# Ignore everything
|
|
*
|
|
# But not .py files
|
|
!*.py
|
|
# Include .gitignore itself
|
|
!.gitignore
|
|
# Recursively allow .py files in subdirectories
|
|
!*/ |