abdullah-khaled commited on
Commit
4144ed1
·
1 Parent(s): 18ddeec

fix .vercelignore spelling

Browse files
Files changed (2) hide show
  1. vercelignore.txt → .vercelignore +0 -0
  2. gitignore.txt +0 -207
vercelignore.txt → .vercelignore RENAMED
File without changes
gitignore.txt DELETED
@@ -1,207 +0,0 @@
1
- # Logs
2
- logs
3
- *.log
4
- npm-debug.log*
5
- yarn-debug.log*
6
- yarn-error.log*
7
- pnpm-debug.log*
8
- lerna-debug.log*
9
-
10
- node_modules
11
- voice_agent_env
12
- dist
13
- dist-ssr
14
- *.local
15
-
16
- # Editor directories and files
17
- .vscode/*
18
- !.vscode/extensions.json
19
- .idea
20
- .DS_Store
21
- *.suo
22
- *.ntvs*
23
- *.njsproj
24
- *.sln
25
- *.sw?
26
- __pycache__
27
-
28
- # data
29
- data_prepration/*.csv
30
-
31
- # FAISS + pickle indexes
32
- knowledge/indexes/medical_data/
33
-
34
- # Byte-compiled / optimized / DLL files
35
- __pycache__/
36
- *.py[cod]
37
- *$py.class
38
- test.py
39
- generate_jwt_token.py
40
- # C extensions
41
- *.so
42
-
43
- # Distribution / packaging
44
- .Python
45
- build/
46
- develop-eggs/
47
- dist/
48
- downloads/
49
- eggs/
50
- .eggs/
51
- lib/
52
- lib64/
53
- parts/
54
- sdist/
55
- var/
56
- wheels/
57
- share/python-wheels/
58
- *.egg-info/
59
- .installed.cfg
60
- *.egg
61
- MANIFEST
62
-
63
- # PyInstaller
64
- # Usually these files are written by a python script from a template
65
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
66
- *.manifest
67
- *.spec
68
-
69
- # Installer logs
70
- pip-log.txt
71
- pip-delete-this-directory.txt
72
-
73
- # Unit test / coverage reports
74
- htmlcov/
75
- .tox/
76
- .nox/
77
- .coverage
78
- .coverage.*
79
- .cache
80
- nosetests.xml
81
- coverage.xml
82
- *.cover
83
- *.py,cover
84
- .hypothesis/
85
- .pytest_cache/
86
- cover/
87
- test.py
88
- .langgraph_api/
89
-
90
- # Translations
91
- *.mo
92
- *.pot
93
-
94
- # Django stuff:
95
- *.log
96
- local_settings.py
97
- db.sqlite3
98
- db.sqlite3-journal
99
-
100
- # Flask stuff:
101
- instance/
102
- .webassets-cache
103
-
104
- # Scrapy stuff:
105
- .scrapy
106
-
107
- # Sphinx documentation
108
- docs/_build/
109
-
110
- # PyBuilder
111
- .pybuilder/
112
- target/
113
-
114
- # Jupyter Notebook
115
- .ipynb_checkpoints
116
-
117
- # IPython
118
- profile_default/
119
- ipython_config.py
120
-
121
- # pyenv
122
- # For a library or package, you might want to ignore these files since the code is
123
- # intended to run in multiple environments; otherwise, check them in:
124
- # .python-version
125
-
126
- # pipenv
127
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
128
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
129
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
130
- # install all needed dependencies.
131
- #Pipfile.lock
132
-
133
- # UV
134
- # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
135
- # This is especially recommended for binary packages to ensure reproducibility, and is more
136
- # commonly ignored for libraries.
137
- #uv.lock
138
-
139
- # poetry
140
- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
141
- # This is especially recommended for binary packages to ensure reproducibility, and is more
142
- # commonly ignored for libraries.
143
- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
144
- #poetry.lock
145
-
146
- # pdm
147
- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
148
- #pdm.lock
149
- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
150
- # in version control.
151
- # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
152
- .pdm.toml
153
- .pdm-python
154
- .pdm-build/
155
-
156
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
157
- __pypackages__/
158
-
159
- # Celery stuff
160
- celerybeat-schedule
161
- celerybeat.pid
162
-
163
- # SageMath parsed files
164
- *.sage.py
165
-
166
- # Environments
167
- .env
168
- .venv
169
- env/
170
- venv/
171
- ENV/
172
- env.bak/
173
- venv.bak/
174
-
175
- # Spyder project settings
176
- .spyderproject
177
- .spyproject
178
-
179
- # Rope project settings
180
- .ropeproject
181
-
182
- # mkdocs documentation
183
- /site
184
-
185
- # mypy
186
- .mypy_cache/
187
- .dmypy.json
188
- dmypy.json
189
-
190
- # Pyre type checker
191
- .pyre/
192
-
193
- # pytype static type analyzer
194
- .pytype/
195
-
196
- # Cython debug symbols
197
- cython_debug/
198
-
199
- # PyCharm
200
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
201
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
202
- # and can be added to the global gitignore or merged into this file. For a more nuclear
203
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
204
- #.idea/
205
-
206
- # PyPI configuration file
207
- .pypirc