File: .gitignore

package info (click to toggle)
python-simple-pid 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: python: 394; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
venv/
docs/build
__pycache__/
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.tox/
*.pyc
.idea/
.vscode/
.envrc
build.sh
total_downloads.py