-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (42 loc) · 1.16 KB
/
.gitignore
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
### venv ###
# Virtualenv
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json
.env
/venv
/migrations
/test
/__pycache__
/*/__pycache__
resources/__pycache__/user_story.cpython-311.pyc
resources/__pycache__/user.cpython-311.pyc
resources/__pycache__/item_type.cpython-311.pyc
resources/__pycache__/item.cpython-311.pyc
resources/__pycache__/classification.cpython-311.pyc
models/__pycache__/user_story.cpython-311.pyc
models/__pycache__/item_type.cpython-311.pyc
models/__pycache__/item.cpython-311.pyc
helpers/__pycache__/storages.cpython-311.pyc
helpers/__pycache__/Openai.cpython-311.pyc
helpers/__pycache__/assistant.cpython-311.pyc
helpers/__pycache__/__init__.cpython-311.pyc
__pycache__/app.cpython-311.pyc
helpers/__pycache__/assistant.cpython-311.pyc
resources/__pycache__/classification.cpython-311.pyc
resources/__pycache__/item.cpython-311.pyc
resources/__pycache__/item_type.cpython-311.pyc
resources/__pycache__/user.cpython-311.pyc
resources/__pycache__/user_story.cpython-311.pyc
resources/__pycache__/item_type.cpython-311.pyc
/private/assistants.json
private\assistants.json
/private/thread_id.json
private\thread_id.json