File: .gitignore

package info (click to toggle)
pytest-mypy-testing 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 1,151; sh: 13; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
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
43
# SPDX-FileCopyrightText: David Fritzsche
# SPDX-License-Identifier: CC0-1.0

!.bumpversion.cfg
!.bumpversion.cfg.license
!.editorconfig
!.flake8
!.gitattributes
!.gitignore
!.isort.cfg
!/.github
*.bak
*.egg-info
*.pyc
*~
.*_cache
.coverage
.coverage.*
.dir-locals.el
.eggs
.envrc
.hypothesis
.idea
.mypy*
.python-version
.secrets
.tox
.vs
.vscode
/.build*
/.venv
/build*
/dist
/install*
/old-*
/pip-wheel-metadata
/protox
/public
/target
Pipfile.lock
__pycache__
_version.py
pip-wheel-metadata