1# Dependencies
2node_modules/
3
4# Build outputs
5dist/
6build/
7main
8margin-backend
9backend/server
10
11# WXT
12extension/.output/
13extension/.wxt/
14
15# Environment
16.env
17.env.local
18
19# Database
20*.db
21*.sqlite
22*.db-wal
23*.db-shm
24
25# Keys
26oauth_private_key.pem
27*.pem
28
29# IDE
30.idea/
31.vscode/
32*.swp
33
34# OS
35.DS_Store
36Thumbs.db
37
38# Go
39backend/vendor/
40
41# other
42NOTES.md
43extension.zip
44
45# PDF.js build exception
46!extension/public/pdfjs/build/