voting/.gitignore

32 wiersze
230 B
Plaintext

2018-01-07 01:55:14 +00:00
# pytest
.cache
# coverage
.coverage
.coverage.*
_cov
# python
__pycache__
*.pyc
# packaging
*.egg-info
build/
dist/
2019-07-12 00:54:03 +00:00
pip-wheel-metadata/
2018-01-07 01:55:14 +00:00
# tox
.tox
# pyenv
.python-version
# docs
_build
# macosx
.DS_Store
2018-12-21 02:43:14 +00:00
# intellij
.idea/