Feynman Liang commited on
Commit
4cb0e0f
1 Parent(s): 797a036

Demo files

Browse files
Files changed (3) hide show
  1. .gitignore +2 -0
  2. poetry.lock +0 -0
  3. pyproject.toml +1 -0
.gitignore CHANGED
@@ -1,3 +1,5 @@
1
  .envrc
2
  .direnv/
3
  .ipynb_checkpoints/
 
 
 
1
  .envrc
2
  .direnv/
3
  .ipynb_checkpoints/
4
+ *.log
5
+ celerybeat-schedule
poetry.lock ADDED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -4,6 +4,7 @@ version = "0.1.0"
4
  description = ""
5
  authors = ["Feynman Liang <feynman@blueteam.ai>"]
6
  readme = "README.md"
 
7
 
8
  [tool.poetry.dependencies]
9
  python = "^3.12"
 
4
  description = ""
5
  authors = ["Feynman Liang <feynman@blueteam.ai>"]
6
  readme = "README.md"
7
+ package-mode = false
8
 
9
  [tool.poetry.dependencies]
10
  python = "^3.12"