Zion Boggan
repos/Docket/.gitignore
zionboggan.com ↗
34 lines · text
History for this file →
1
# deps / build
2
node_modules/
3
.next/
4
dist/
5
build/
6
out/
7
.turbo/
8
 
9
# env / secrets
10
.env
11
.env.*
12
!.env.example
13
*.key
14
*.pem
15
 
16
# python
17
__pycache__/
18
*.pyc
19
.venv/
20
venv/
21
 
22
# data / db (local ingest)
23
*.sqlite
24
*.sqlite-*
25
data/cache/
26
*.log
27
 
28
# os / editor
29
.DS_Store
30
.exectest.sh
31
.vscode/
32
.idea/
33
 
34
_ops/