view .hgignore @ 62:ea9ef388ab97

[Seobeo] Fixed issues with epoll or kqeue in different threads. Initizlied the event looop inside of the thread itself.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 11:48:11 -0800
parents cf9caa4abc3e
children 7bd795bac997
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/

# Node
**/node_modules/**

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

# Keys and stuff
.env