summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ac76f5de83a3c462a87e4e1ebf46d1035e435bc9 (plain)
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