We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121548f commit 27e48b0Copy full SHA for 27e48b0
.gitignore
@@ -1,3 +1,8 @@
1
+# General
2
+.DS_Store
3
+.AppleDouble
4
+.LSOverride
5
+
6
# Byte-compiled / optimized / DLL files
7
__pycache__/
8
*.py[cod]
@@ -85,7 +90,7 @@ ipython_config.py
85
90
# pyenv
86
91
# For a library or package, you might want to ignore these files since the code is
87
92
# intended to run in multiple environments; otherwise, check them in:
88
-# .python-version
93
+.python-version
89
94
95
# pipenv
96
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -160,8 +165,6 @@ cython_debug/
160
165
#.idea/
161
166
162
167
# Ragas specific
163
-ragas/_version.py
164
168
experiments/
169
**/fil-result/
170
src/ragas/_version.py
-.python-version
src/.DS_Store
-6 KB
tests/.DS_Store
0 commit comments