diff .ignore @ 151:c033667da5f9 hg-web

Merging latest merge into hg-web
author June Park <parkjune1995@gmail.com>
date Sat, 10 Jan 2026 13:35:09 -0800
parents f41ac17926d2
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.ignore	Sat Jan 10 13:35:09 2026 -0800
@@ -0,0 +1,42 @@
+syntax: glob
+
+# mercurial
+.hg/
+
+# 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