a b/.gitignore
1
# PyCharm
2
/.idea
3
4
# Sphinx
5
/doc/build
6
7
# Python
8
__pycache__
9
*.pyc
10
*.egg-info