File: .gitignore

package info (click to toggle)
python-voip-utils 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 644 kB
  • sloc: python: 1,988; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.DS_Store
.idea
*.log
tmp/

*.py[cod]
*.egg
htmlcov

.projectile
.env
.venv/
venv/
.mypy_cache/
*.egg-info/

# Visual Studio Code
.vscode/*
!.vscode/tasks.json

dist/
build/