mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
remove data/ from main .gitignore
This commit is contained in:
parent
c504efc2c3
commit
2802066233
2 changed files with 2 additions and 5 deletions
|
|
@ -57,13 +57,12 @@ cli = [
|
|||
[tool.hatch.build]
|
||||
packages = [
|
||||
"reasoning_gym",
|
||||
"tools.cli.rgc"
|
||||
"tools.cli.rgc",
|
||||
]
|
||||
include = [
|
||||
"reasoning_gym/**/*.py",
|
||||
"reasoning_gym/**/*.txt",
|
||||
"reasoning_gym/**/levels/*",
|
||||
"tools/cli/rgc/**/*.py"
|
||||
"tools/cli/rgc/**/*.py",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue