File: .gitignore

package info (click to toggle)
gvm-tools 25.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,400 kB
  • sloc: python: 10,499; xml: 445; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
__pycache__
*.pyc
*.log
.egg
*.egg-info
dist
build
.idea
.vscode
.coverage
.venv

# ruff
.ruff_cache/