File: .gitignore

package info (click to toggle)
zabbix-cli 3.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,980 kB
  • sloc: python: 19,920; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 304 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
29
30
31
*.pyc

# Build files
dist/
build/
*.egg-info/

.coverage

.venv/
venv/

.dccache
.vscode/launch.json
my_tests/

# Hatch Pyapp
pyapp

# Dev commands and directories
zabbix_cli/commands/_dev.py
dev/

# Auto-generated docs files
docs/commands/*
!docs/commands/index.md
docs/data
site/

# Pyinstaller
*.spec