remove data/ from main .gitignore

This commit is contained in:
Andreas Koepf
2025-03-07 16:16:40 +01:00
parent c504efc2c3
commit 2802066233
2 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@@ -45,5 +45,3 @@ htmlcov/
# Jupyter Notebook
.ipynb_checkpoints/
.virtual_documents/
data/

View File

@@ -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]