File: .gitignore

package info (click to toggle)
labgrid 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,232 kB
  • sloc: python: 17,045; makefile: 30; sh: 12
file content (22 lines) | stat: -rw-r--r-- 280 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
*.pyc
*__pycache__
*console_main
.*.swp
.cache
/MANIFEST
.tox
/.#tox.ini
/.eggs/README.txt
*.egg
*.egg-info
/venv*
/build
/doc/.build
/doc/modules
/.coverage
/dist
/.pytest_cache/
/htmlcov/
/dockerfiles/staging/crossbar/*
!/dockerfiles/staging/crossbar/places_example.yaml
/.idea