bbf2f9c942
.pytest folder will be generated after running unit tests locally. This commit excludes the folder and updates vim temporary files exclusion rules.
13 lines
114 B
Plaintext
13 lines
114 B
Plaintext
/hy/version.py
|
|
*.pyc
|
|
.*.sw?
|
|
*hy*egg*
|
|
*pyreadline*egg*
|
|
.tox
|
|
*pycache*
|
|
dist
|
|
.coverage
|
|
build/
|
|
/.cache
|
|
/.pytest_cache
|