Skip to content

Commit

Permalink
chore: remove mac artifacts from store (#438)
Browse files Browse the repository at this point in the history
fixes #162
  • Loading branch information
jjmachan authored Jan 8, 2024
1 parent 121548f commit 27e48b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# General
.DS_Store
.AppleDouble
.LSOverride

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -85,7 +90,7 @@ ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down Expand Up @@ -160,8 +165,6 @@ cython_debug/
#.idea/

# Ragas specific
ragas/_version.py
experiments/
**/fil-result/
src/ragas/_version.py
.python-version
Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed tests/.DS_Store
Binary file not shown.

0 comments on commit 27e48b0

Please sign in to comment.