python-build/.gitignore

26 lines
339 B
Plaintext
Raw Normal View History

2023-01-31 15:56:11 +08:00
# 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