view .hgignore @ 119:c39582f937e5

[Seobeo Client] Added client side logic which will be used for all my other calls instead of curl.
author June Park <parkjune1995@gmail.com>
date Wed, 07 Jan 2026 16:05:57 -0800
parents 7bd795bac997
children 058de208e640
line wrap: on
line source

syntax: glob

# Bazel specifics
bazel-*/
*.runfiles/
*.runfiles_manifest
bazel-*/testlogs/
bazel-*/external/
.bazelcache/

# Folder for unpacking standalone bazel target.
projects/*

# Git backup on private github... probably remove and just upload to my s3 bucket directly or something.
.git/*
.gitignore

# Bun specific this is os dependent so should be ignored.
third_party/bun/bun

# Playground
playground/

# Postdog
postdog/history

# Node
**/node_modules/**

# Python
**/venv/**
**/__pycache__/**
.ruff_cache/

# Keys and stuff
.env

# claude config
.claude/settings.local.json