13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
# Ignore everything by default
|
|
*
|
|
|
|
# Recurse into directories
|
|
!*/
|
|
|
|
|
|
# Whitelist: only source code and docs
|
|
!*.py
|
|
!README.md
|
|
!AGENTS.md
|
|
!.gitignore
|