Skip to content

Commit 620ceef

Browse files
committed
block more dev related things not intended for the package.
1 parent 491b36e commit 620ceef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,23 @@ build-backend = "hatchling.build"
4242

4343
[tool.hatch.build.targets.sdist]
4444
exclude = [
45+
"/.ruff_cache",
46+
"/.idea",
47+
"/.claude",
48+
"/.cursor",
49+
"/.vs_code",
50+
"/.pytest_cache",
4551
"/.github",
52+
"/ruff.toml",
53+
"/pyrefly.toml",
54+
"/setup.py",
55+
"/warp.md",
4656
"/tests",
4757
"/example",
4858
"/examples",
59+
"requirements-dev.piptools",
4960
"requirements-dev.txt",
61+
"requirements.piptools",
5062
"tox.ini",
5163
"ruff.toml",
5264
".gitignore",

0 commit comments

Comments
 (0)