Skip to content

Commit 2bf8a4a

Browse files
Fixed includes and excludes
1 parent db04792 commit 2bf8a4a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ instance/
6565

6666
# Sphinx documentation
6767
docs/_build/
68+
docs/autoapi/
6869

6970
# PyBuilder
7071
target/
@@ -113,3 +114,6 @@ testenv*/
113114
# Backup files
114115
*.orig
115116
*~
117+
118+
# Temporary files
119+
*.swp

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ only-include = [
8585
"cwl_utils",
8686
"docs",
8787
"LICENSE",
88+
"lint-requirements.txt",
8889
"load_cwl_by_path.py",
8990
"Makefile",
9091
"mypy.ini",
92+
"mypy-requirements.txt",
9193
"mypy-stubs",
9294
"README.rst",
9395
"tox.ini"

0 commit comments

Comments
 (0)