We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491b36e commit 620ceefCopy full SHA for 620ceef
pyproject.toml
@@ -42,11 +42,23 @@ build-backend = "hatchling.build"
42
43
[tool.hatch.build.targets.sdist]
44
exclude = [
45
+ "/.ruff_cache",
46
+ "/.idea",
47
+ "/.claude",
48
+ "/.cursor",
49
+ "/.vs_code",
50
+ "/.pytest_cache",
51
"/.github",
52
+ "/ruff.toml",
53
+ "/pyrefly.toml",
54
+ "/setup.py",
55
+ "/warp.md",
56
"/tests",
57
"/example",
58
"/examples",
59
+ "requirements-dev.piptools",
60
"requirements-dev.txt",
61
+ "requirements.piptools",
62
"tox.ini",
63
"ruff.toml",
64
".gitignore",
0 commit comments