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 40 41 42
|
*.py[cod]
*.so
*.egg-info/
__pycache__
/setup.cfg
/dist
/build
/.sdist
/.bdist
/docs/_userdoc/_build/
/docs/_userdoc/apidoc/*
/docs/apidoc/
/docs/userdoc/
/docs/coverage/
/docs/gcov/
/docs/website/
/_website/
*.ebuild
.sw?
.*.sw?
.idea
.vscode
MANIFEST
.DS_Store
/.venv
/.tox
.pytest_cache
.cache
.coverage*
/core
gcov.out
/bench/.out.*
.terraform
.terraform.lock.hcl
.state
*.auto.tfvars.json
*.tf.json
*.auto.*.yaml
*.generated.*
*.zip
|