pubs/.gitignore
Fabien C. Y. Benureau 6865e29d15
fix for Python 2
2019-01-05 00:45:25 +09:00

47 lines
376 B
Plaintext

.python-version
*~
.DS_Store
.eggs
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Tests
.pytest_cache