generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
46 lines (43 loc) · 1.42 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
43
44
45
46
## Copyright (c) 2023, 2024, Oracle and/or its affiliates.
## Licensed under the Universal Permissive License v1.0 as shown at http://oss.oracle.com/licenses/upl.
##############################################################################
# Developer Custom
##############################################################################
assets/docos/samples/oracle-ai-vector-search-users-guide-qa.jsonl
assets/docos/oracle-ai-vector-search-users-guide.pdf
##############################################################################
# Project/User Specific
##############################################################################
**/requirements.txt
!app/requirements.txt
app/THIRD_PARTY_LICENSES.txt
rag/**
sbin/**
helm/values.yaml
**/*.bak
##############################################################################
# Enviroment (PyVen, IDE, etc.)
##############################################################################
**/.venv
**/.vscode
**/.DS_Store
**/*.swp
**/.scannerwork
sonar-project.properties
##############################################################################
# Python
##############################################################################
__pycache__/
*.py[cod]
*$py.class
spring_ai/src/main/resources/data/sandbox_settings.json
spring_ai/target/**
spring_ai/create_user.sql
spring_ai/drop.sql
start.sh
spring_ai/env.sh
temp/rag_agent.ipynb
temp/tools.ipynb
temp/tools.py
temp/json-dual.sql
env.sh