WIP! A BB-style forum, on the ATmosphere!
We're still working... we'll be back soon when we have something to show off!
node
typescript
hono
htmx
atproto
1# Dependencies
2node_modules/
3.pnpm-store
4
5# Build output
6dist/
7**/__generated__/
8
9# Turborepo
10.turbo/
11
12# Environment
13.env
14.env.local
15
16# devenv
17.devenv/
18.devenv.flake.nix
19
20# OS
21.DS_Store
22
23# Claude Code
24.claude/
25
26# Devenv
27.devenv*
28devenv.local.nix
29devenv.local.yaml
30
31# direnv
32.direnv
33
34# pre-commit
35.pre-commit-config.yaml
36
37# Worktrees
38.worktrees/
39*.bak*
40
41# Test artifacts
42test-output.txt
43
44# Nix build output
45result
46
47# Playwright
48.playwright-mcp