forked from apconw/Aix-DB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (33 loc) · 760 Bytes
/
.gitignore
File metadata and controls
39 lines (33 loc) · 760 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
tests/
docker/volume/
docker/dify/volumes/*
!docker/dify/docker/volumes/myscale/config/users.d/custom_users_config.xml
!docker/dify/docker/volumes/oceanbase/init.d/vec_memory.sql
!docker/dify/docker/volumes/opensearch/opensearch_dashboards.yml
!docker/dify/docker/volumes/sandbox/conf/config.yaml
!docker/dify/docker/volumes/sandbox/conf/config.yaml.example
!docker/dify/docker/volumes/sandbox/dependencies/python-requirements.txt
docker/deploy.log
web/node_modules/
web/dist/
.DS_Store
.idea/
.venv/
logs/
# 环境变量文件
.pytest_cache/
/vector_index/
docker/.env
*.log
.env.local
# claude code 配置信息
CLAUDE.md
.claude/
.spec-workflow/
test/
examples/
.langgraph_api/