20 lines
176 B
Plaintext
20 lines
176 B
Plaintext
# Generic files to ignore.
|
|
.*
|
|
|
|
# Python temp paths.
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Editors.
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
|
|
# Local patches.
|
|
/*.patch
|
|
/*.diff
|
|
|
|
# Locally built extensions.
|
|
/*.zip
|