Skip to content

Commit 4b03fbb

Browse files
authored
Merge pull request #13 from future-agi/feat/evals-revamped
[Release] Version Upgrade to 1.0.0 with new features
2 parents d9ee87d + 8c1a974 commit 4b03fbb

File tree

448 files changed

+134316
-3806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

448 files changed

+134316
-3806
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,17 @@ output/
5252
#csv files
5353
*.csv
5454
#virtual environments
55-
**/venv
55+
**/.venv
5656
**/env
5757
**/.env
5858
*.DS_Store
5959
*.pdf
60+
**/.fi
61+
**/.pytest_cache
62+
planning/
63+
manual-testing/
64+
6065

6166
# typescript
6267
node_modules/
63-
package-lock.json
68+
package-lock.json

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Thanks for your interest in contributing! 🎉
99
git clone https://github.com/YOUR_USERNAME/ai-evaluation.git
1010

1111
# Python
12-
cd python && poetry install && poetry run pytest
12+
cd python && uv sync --dev && uv run pytest
1313

1414
# TypeScript
1515
cd typescript/ai-evaluation && pnpm install && pnpm test

0 commit comments

Comments
 (0)