-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 811 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (48 loc) · 811 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
# Binaries
bin/
# AI instructions
AGENTS.md
# Bytecode cache
*.pipec
__pycache__/
*.pyc
# Python virtualenvs
.venv/
# Go
*.exe
*.test
*.out
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
!vscode/.vscode/
# Temp files
/tmp/
docs/Archiv.zip
access.log
incident_report.md
dist/
# VSCode extension build output
vscode/node_modules/
vscode/out/
# VSCode extension package
*.vsix
# WebAssembly build artifacts (built in CI for GitHub Pages)
website/pipe.wasm
website/pipe.wasm.gz
wasm
# Blog static pages + sitemap + RSS (generated by website/bloggen.py in CI)
website/blog/*.html
website/feed.xml
website/sitemap.xml
docs/tests/sandbox-audit/out/
pipe
worldcraft/saves/
worldcraft/.pipe_sandbox/
worldcraft/worlds/wc_rundreise.json
worldcraft/.sessions/
worldcraft/.deepseek_key
worldcraft/worldcraft.log