14 lines
112 B
Plaintext
14 lines
112 B
Plaintext
# ignore files with no extention:
|
|
*
|
|
!*/
|
|
!*.*
|
|
|
|
# normal ignores:
|
|
*.exe
|
|
nimcache
|
|
*.pdb
|
|
*.ilk
|
|
.*
|
|
*.dll
|
|
__pycache__
|