-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (66 loc) · 863 Bytes
/
Copy path.gitignore
File metadata and controls
74 lines (66 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Python
__pycache__/
*.py[oc]
*$py.class
.python-version
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty/
.coverage
coverage.xml
htmlcov/
# Packaging and build output
build/
dist/
wheels/
*.egg-info/
# Virtual environments and local config
.venv/
venv/
env/
.env
.env.*
!.env.example
# Runtime output and local scratch
output/
.tmp/
tmp/
temp/
drafts/
dummy_path
urls.txt
cookies.txt
*_cache/
# Logs
*.log
# Node / website
node_modules/
website/node_modules/
website/.bun/
website/dist/
website/dist-ssr/
website/.output/
website/.vinxi/
website/.tanstack/
website/.nitro/
website/.env
website/.env.*
!website/.env.example
# Local agent/tool state
.opencode/
.codex/
.claude/
.omc
.context-mem
# Misc local artifacts
nul
gradient.svg
notewise.tape
.firecrawl/
.skylos/
# Beads / Dolt files (added by bd init)
.dolt/
.beads/*.db
.beads-credential-key
.beads