summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7067ac2fd1dc21afe66415ba68509e4a0074b69e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*~
*.pyc

# virtualenv
.venv
.venv3

# build cruft
build/
dist/
*.egg-info/

# docs
docs/_build