Skip to content

Commit bb443bd

Browse files
committed
build: .ignore to control what gets searched
1 parent ab13e15 commit bb443bd

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.ignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .ignore to control what gets searched.
2+
build
3+
dist
4+
htmlcov
5+
.tox*
6+
.coverage*
7+
_build
8+
_spell
9+
*.egg
10+
*.egg-info
11+
.mypy_cache
12+
.pytest_cache
13+
tmp
14+
out_*.json

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include .editorconfig
2+
include .ignore
23
include dev-requirements.txt
34
include Makefile
45
include *.rst

0 commit comments

Comments
 (0)