summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 33ed8303a904aad46e579ce26f608d8f222cf5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.pyc
*.pyo
__pycache__/
.idea/
.ropeproject
.DS_Store
env/
venv/
*.egg-info/
*.eggs/
build/
dist/
docs/_build/
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/