forked from bpm-diag/smartRPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (66 loc) · 1.08 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/dist/
/node_modules/
/case_study/
logs/
screenshots/
stuff_to_delete/
PythonProgrammingOnWin32.pdf
latex
/paper
.web-extension-id
*.pyc
*.csv
__pycache__/
/RPA
/RPA_tools
.DS_Store
.vscode
.idea
Thumbs.db
Desktop.ini
node_modules
*.py[cod]
*$py.class
.Python
develop-eggs/
dist/
venv/
downloads/
lib/
lib64/
parts/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
.installed.cfg
pip-log.txt
pip-delete-this-directory.txt
.cache
.pytest_cache/
*.log
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
docs/_build/
profile_default/
ipython_config.py
.python-version
Pipfile.lock
__pypackages__/
/extensions/browserlogger/web-ext-artifacts/
*.lnk
/docs/readme-header11.png
/dropbox
/form/
package-lock.json
/docs/build/
# Gemini API Code File
# This file is not tracked with git
# Used the following solution: https://stackoverflow.com/questions/23673174/how-to-ignore-new-changes-to-a-tracked-file-with-git
# git update-index --assume-unchanged src/utils/LLM_gemini_config.json
#
# To Track again:
# git update-index --no-assume-unchanged src/utils/LLM_gemini_config.json
gemini_config.json