summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ff5da6f61aafca05d66e8dcc6c966d89be1e42ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.py[cod]
*.sqlite
*.egg
*.egg-info
build/
dist/
http_cache/
venv/

# Editors
.~*
.idea/
.vim/
.vscode/

# Test / coverage reports
.coverage
.tox
.mypy_cache/
test-reports/

# Sphinx
docs/_build/
docs/modules/