File: .gitignore

package info (click to toggle)
python-fastjsonschema 2.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,780 kB
  • sloc: python: 3,343; makefile: 88; sh: 18
file content (29 lines) | stat: -rw-r--r-- 265 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
# Python files
*.pyc
*.pyo
__pycache__/
.cache

# Test files
.pytest_cache/
temp/
.tox
.coverage
.testmondata
.benchmarks

# Deb files
debian/files
debian/*debhelper*
debian/*substvars

# Build files
.eggs/
*.egg-info/
build/
_build/
dist/
venv/

# Editors
.vscode