# Created by https://www.toptal.com/developers/gitignore/api/linux,windows,mac,vim,vscode
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,windows,mac,vim,vscode

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

#!! ERROR: mac is undefined. Use list command to see defined gitignore types !!#

### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg  # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

#!! ERROR: vscode is undefined. Use list command to see defined gitignore types !!#

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
*.pt

# Windows shortcuts
*.lnk

#Python
*.pyc

# End of https://www.toptal.com/developers/gitignore/api/linux,windows,mac,vim,vscode

# Environement
.env

# data
**/data

# python
**/__pycache__/

#.vscode
**/.vscode/

# chainlit
**/.chainlit/
**/.files/

# python package
**/dist/

# devcontainer (vscode)
**/.devcontainer/

# debug docs
**/debug_docs

# phoenix
agent-api/notebooks/test_phoenix_prompt.ipynb


# others
finetune-embedder/notebooks/st-output-with-eval-1/
finetune-embedder/notebooks/st-output-with-eval-hard-negative/
finetune-embedder/notebooks/st-output-with-eval/
finetune-embedder/notebooks/test/
docs/notes.txt
**/agent-api/graphs
*.log
