Skip to content

Commit 27e48b0

Browse files
authored
chore: remove mac artifacts from store (#438)
fixes #162
1 parent 121548f commit 27e48b0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# General
2+
.DS_Store
3+
.AppleDouble
4+
.LSOverride
5+
16
# Byte-compiled / optimized / DLL files
27
__pycache__/
38
*.py[cod]
@@ -85,7 +90,7 @@ ipython_config.py
8590
# pyenv
8691
# For a library or package, you might want to ignore these files since the code is
8792
# intended to run in multiple environments; otherwise, check them in:
88-
# .python-version
93+
.python-version
8994

9095
# pipenv
9196
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -160,8 +165,6 @@ cython_debug/
160165
#.idea/
161166

162167
# Ragas specific
163-
ragas/_version.py
164168
experiments/
165169
**/fil-result/
166170
src/ragas/_version.py
167-
.python-version

src/.DS_Store

-6 KB
Binary file not shown.

tests/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)