python-boto3/.gitignore
2015-11-27 16:25:33 -06:00

24 lines
264 B
Plaintext

.DS_Store
*.pyc
__pycache__
dist
build
docs/build
docs/source/reference/services
tests/cover
tests/.coverage
*.egg-info
# Test state / virtualenvs
.tox
.coverage
coverage.xml
nosetests.xml
# Common virtualenv names
venv
env2
env3
# IntelliJ / PyCharm IDE
.idea/