fix: resolve CI test failures by simplifying workflow and fixing template loading
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 16:53:00 +00:00
parent 00f3a5981e
commit 5342195fbb

View File

@@ -41,10 +41,9 @@ gitignore = "gitignore_generator.cli:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["gitignore_generator*"]
[tool.setuptools.package-data]
gitignore_generator = ["templates/*.json", "templates/languages/*.gitignore", "templates/ides/*.gitignore"]
gitignore_generator = ["templates/**/*.json", "templates/**/*.gitignore"]
[tool.pytest.ini_options]
testpaths = ["tests"]