File: .gitignore

package info (click to toggle)
python-build 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: python: 2,622; makefile: 16
file content (25 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (3)
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Distribution / packaging
build/lib/
dist/
*.egg-info/
.eggs

# Testing and coverage
.cache
.nox/
.mypy_cache/
.pytest_cache
htmlcov/
.coverage
coverage.xml
tests/integration/
.integration-sources
.tox
Dockerfile

# Restore src/build in case user ignores 'build'
!src/build