• 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.pytest_cache/
16
17# autodoc created by sphinx
18gh-pages/
19
20# Distribution creation
21dist/
22build/
23