aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 33daaae72e2065239c3d7c3fb6edd7b0954304da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.pyc
*.egg-info/
.tox/

# Eclipse
.settings
.project
.pydevproject

# PyCharm
.idea/

# pytest
.cache/
.pytest_cache/

# autodoc created by sphinx
gh-pages/

# Distribution creation
dist/
build/