*~
*.pyc
dist
build
MANIFEST
iotlabcli.egg-info
.tox

*.egg
*.swp
.coverage
coverage.xml
nosetests.xml
cover/
htmlcov/

.eggs/
.python-version
test_auth_file
*log

*json
*png

*.tar.gz

# pytest cache directory
.cache/
.pytest_cache/
test-report.xml

# IDE
.idea/
