summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1ee54e2fd05cfb04022f3a8bec12368701bef1f7 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
build/
dist/
downloads/
example_cache/
http_cache/
venv/

*.db
*.egg
*.egg-info
*.py[cod]
*.sqlite
*.sqlite-journal
.venv
Pipfile
profile.json

# JS
node_modules/
package-lock.json
package.json

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

# Test / coverage reports
.coverage
.coverage.*
.COVERAGE.*
.mypy_cache/
.nox/
test-reports/

# Sphinx
docs/_build/
docs/modules/