File: .gitignore

package info (click to toggle)
graphql-core 3.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,452 kB
  • sloc: python: 46,922; makefile: 26; sh: 13
file content (28 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
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

.cache/
.coverage
.env*/
.idea/
.mypy_cache/
.pytest_cache/
.tox/
.venv*/
.vs/
.vscode/

build/
dist/
docs/_build/
htmlcov/
pip-wheel-metadata/
wheels/

play/

__pycache__/

*.cover
*.egg
*.egg-info
*.log
*.py[cod]