Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 686369a

Browse files
committed
chore: update gitignore
1 parent 6157c5b commit 686369a

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# Dependencies
4+
*.tsbuildinfo
5+
dist/
6+
node_modules/
7+
.pnp
8+
.pnp.js
9+
10+
# Local env files
11+
.env
12+
.env.local
13+
.env.development.local
14+
.env.test.local
15+
.env.production.local
16+
17+
# Testing
18+
coverage
19+
20+
# Turbo
21+
.turbo
22+
23+
# Vercel
24+
.vercel
25+
26+
# Build Oututs
27+
.next/
28+
out/
29+
build
30+
dist
31+
32+
33+
# Debug
34+
npm-debug.log*
35+
yarn-debug.log*
36+
yarn-error.log*
37+
38+
# Misc
39+
.DS_Store
40+
*.pem
41+
42+
43+
# Python-generated files
44+
__pycache__/
45+
*.py[oc]
46+
build/
47+
dist/
48+
wheels/
49+
*.egg-info
50+
.coverage
51+
agent_history.gif
52+
static/browser_history/*.gif
53+
54+
# Virtual environments
55+
.venv
56+
57+
# user conf
58+
conf.yaml
59+
60+
# Agents
61+
.cursor
62+
.cursorrules
63+
.claude

0 commit comments

Comments
 (0)