Skip to content

Commit d15c2c2

Browse files
authored
Fix version and .gitignore (#4)
* add .env, .jupyter_ystore.db, and *.chat to .gitignore * reset version to 0.0.1a0
1 parent a6db21d commit d15c2c2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,11 @@ dmypy.json
125125
.yarn/
126126

127127
# For local testing
128-
playground/
128+
playground/
129+
130+
# Ignore secrets in '.env'
131+
.env
132+
133+
# Ignore chat files & jupyter_ystore
134+
.jupyter_ystore.db
135+
**/*.chat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/jupyternaut",
3-
"version": "0.1.0-alpha.0",
3+
"version": "0.0.1-alpha.0",
44
"description": "Package providing the default AI persona, Jupyternaut, in Jupyter AI.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)