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

# virtualenv
.venv
.venv3

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

# docs
docs/_build