File: .gitignore

package info (click to toggle)
python-virtualenv 20.31.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,104 kB
  • sloc: python: 10,297; sh: 136; ansic: 61; csh: 35; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 275 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
29
30
# packaging
*.egg-info
build
dist
*.egg
.eggs

# python
*.py[codz]
*$py.class

# tools
.tox
.*_cache
.DS_Store

# IDE
.idea
.vscode

/docs/_draft.rst
/pip-wheel-metadata
/src/virtualenv/version.py
/src/virtualenv/out
.python-version

*wheel-store*

Dockerfile*
.dockerignore