__pycache__/
.DS_Store
.env
.env.secret
update_batch_status_error.log
update_batch_status_output.log
create_pg_backup_log.log
pg_backup/
formatted_results.txt
logs_march_20_21.json
email.out

# VS code
.vscode/
.editorconfig

#  Django
info.log
db.sqlite3
media/
.coverage

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
.angular/cache/
.ipynb_checkpoints/
debug.log
access_token.txt
/logs

# System files
Thumbs.db

# Migration files
datadump.json
db_backup.sqlite3
.pgpass

#pynb file
/examples/remote_inference_gateway.ipynb

# vllm
vllm/

# mkdocs
site/
