File: .gitignore

package info (click to toggle)
python-typeguard 4.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 6,271; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.project
.pydevproject
.idea
.tox
.coverage*
.cache
.eggs/
*.egg-info/
*.pyc
__pycache__/
docs/_build/
dist/
build/
.mypy_cache/
.pytest_cache/
.ruff_cache/