build: Initialize reasoning_gym package structure with packaging and development setup

This commit is contained in:
Andreas Koepf (aider) 2025-01-23 10:50:54 +01:00
parent 32818d7cfd
commit 4dc36f79e7
5 changed files with 70 additions and 0 deletions

37
.gitignore vendored
View file

@ -1,2 +1,39 @@
.aider*
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/