• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*.pyc
2*.egg-info/
3.tox/
4
5# Eclipse
6.settings
7.project
8.pydevproject
9
10# PyCharm
11.idea/
12
13# pytest
14.cache/
15
16# autodoc created by sphinx
17gh-pages/
18
19# Distribution creation
20dist/
21