chore: scaffold project with gitignore, makefile, cgi scripts, and core c headers
Add initial project structure including .gitignore for build artifacts, Makefile with gcc build and run targets, README placeholder, cgi-bin directory with gpt.py and gpt_template.html, and core C headers for chat, http, line input, markdown rendering, and messages.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
.vscode
|
||||
.venv
|
||||
.history
|
||||
.backup*
|
||||
auth.h
|
||||
context.txt
|
||||
gpt
|
||||
gpt.c
|
||||
r
|
||||
.docs
|
||||
Reference in New Issue
Block a user