mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
*.pyc
|
||
|
/doc/tags
|
||
|
|
||
|
### Template taken from github's gitignore repository
|
||
|
### Python template
|
||
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|