base64io-python/.gitignore

23 lines
204 B
Plaintext
Raw Normal View History

2018-03-13 03:11:36 +00:00
*.egg-info
*.pyc
*.pyo
*~
.DS_Store
.tox
/.cache*
/.coverage*
/build
/doc/generated/*
/runpy
__pycache__
build
dist
docs/build
.python-version
.mypy_cache
.hypothesis
.pytest_cache
# PyCharm
2018-11-02 20:07:38 +00:00
.idea/
venv/