File: .gitignore

package info (click to toggle)
python-asgiref 3.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 440 kB
  • sloc: python: 2,761; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.egg-info
dist/
build/
_build/
__pycache__/
*.pyc
.tox/
*~
.cache
.eggs
.python-version
.pytest_cache/
.vscode/
.venv