backend/baseten/settings/local.py

*.pyc
*.pth
*.zip
backend/*.sqlite3
/staticfiles/*
/mediafiles/*
__pycache__/
notes/*
.test_durations
.ctags

.vscode/*.log
# coverage result
.coverage
/coverage/

# pycharm
.idea

# data
*.dump

# npm
node_modules/
npm-debug.log

#Folders
.DS_Store

# Webpack
/frontend/bundles/*
/frontend/webpack_bundles/*
/webpack-stats.json
/webpack-stats.dev.json

# Cypress
/cypress/screenshots/
/cypress/videos/
/cypress/results/
/cypress/flaky-tests/
/cypress/data/
__diff_output__

# Sass
.sass-cache
*.map

# General
**/venv/
/venv/
/env/
/output/
/cache/
/temp/

# Spritesmith
spritesmith-generated/
spritesmith.scss

# templated email
tmp_email/

# process ids
*.pid
backend/celerybeat-schedule

backend/staticfiles/**/*

backend/cov_html/*
k8s/on-prem/deps/*

# yarn lock file
yarn.lock

.eslintcache
minikube.log
django_main.log
django_callback.log
node.log
baseten-django-for-callback.log
baseten-django.log
baseten-nodejs.log
docker/pynode/.pytest_cache
*.code-workspace
*.egg-info/

# vim
*~
.*.sw*


# Briton
briton/test/data/jackfram-llama68-H100
briton/build
build

briton/tokenizer/target
briton/truss_example/btruss/data

# coredumps are common when developing briton
briton/core

**/.vscode

# Dev container
.devcontainer/secrets.env
.hypothesis/

# clangd
.cache
compile_commands.json

*jsonl
model.cache
**.venv

hack/**/*

# moon
.moon/cache
.moon/docker
dist

# go workspace
go.work.sum
