Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
131 changes: 131 additions & 0 deletions Evaluation/RAG_Evaluator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
outputs/
sessions/
*.xlsx
*.xls
!sample_input_file.xlsx

# Security: Never track configuration files with sensitive data
config/
config_*.json
**/config/
**/config_*.json
3 changes: 0 additions & 3 deletions Evaluation/RAG_Evaluator/.idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions Evaluation/RAG_Evaluator/.idea/RAG_Evaluator.iml

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions Evaluation/RAG_Evaluator/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions Evaluation/RAG_Evaluator/.idea/modules.xml

This file was deleted.

Loading