Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 3.8 KB

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

Press p or to see the previous file or, n or to see the next file

Comments

Loading...