12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these!
|
|
!.gitignore
|
|
!README.md
|
|
!*.py
|
|
!*.template
|
|
# Optional: Keep subdirectories and their Python files
|
|
|
|
!*/
|