File: .gitignore

package info (click to toggle)
librouteros 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 336 kB
  • sloc: python: 1,110; makefile: 127; sh: 8
file content (28 lines) | stat: -rw-r--r-- 260 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
23
24
25
26
27
28
#python compiled files
*.py[cod]
__pycache__

#virtual env
.env

#package related files / dirs
*.deb
dist
build
sdist
MANIFEST
.project
*.egg-info

#pytest cache
.cache
.pytest_cache
.mypy_cache

# IDE stuff
.idea
.pydevproject
.settings
.vscode

Pipfile.lock