unplugged-system/external/python/pyfakefs/.gitignore

23 lines
196 B
Plaintext

*.pyc
*.egg-info/
.tox/
# Eclipse
.settings
.project
.pydevproject
# PyCharm
.idea/
# pytest
.cache/
.pytest_cache/
# autodoc created by sphinx
gh-pages/
# Distribution creation
dist/
build/