Spaces:
Sleeping
Sleeping
Update .gitignore
Browse files- .gitignore +2 -49
.gitignore
CHANGED
|
@@ -130,52 +130,5 @@ celerybeat.pid
|
|
| 130 |
# Environments
|
| 131 |
.env
|
| 132 |
.venv
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
ENV/
|
| 136 |
-
env.bak/
|
| 137 |
-
venv.bak/
|
| 138 |
-
|
| 139 |
-
# Spyder project settings
|
| 140 |
-
.spyderproject
|
| 141 |
-
.spyproject
|
| 142 |
-
|
| 143 |
-
# Rope project settings
|
| 144 |
-
.ropeproject
|
| 145 |
-
|
| 146 |
-
# mkdocs documentation
|
| 147 |
-
/site
|
| 148 |
-
|
| 149 |
-
# mypy
|
| 150 |
-
.mypy_cache/
|
| 151 |
-
.dmypy.json
|
| 152 |
-
dmypy.json
|
| 153 |
-
|
| 154 |
-
# Pyre type checker
|
| 155 |
-
.pyre/
|
| 156 |
-
|
| 157 |
-
# pytype static type analyzer
|
| 158 |
-
.pytype/
|
| 159 |
-
|
| 160 |
-
# Cython debug symbols
|
| 161 |
-
cython_debug/
|
| 162 |
-
|
| 163 |
-
# PyCharm
|
| 164 |
-
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 165 |
-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 166 |
-
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 167 |
-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 168 |
-
#.idea/
|
| 169 |
-
|
| 170 |
-
# Ruff stuff:
|
| 171 |
-
.ruff_cache/
|
| 172 |
-
|
| 173 |
-
# PyPI configuration file
|
| 174 |
-
.pypirc
|
| 175 |
-
|
| 176 |
-
# Cursor
|
| 177 |
-
# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to
|
| 178 |
-
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
|
| 179 |
-
# refer to https://docs.cursor.com/context/ignore-files
|
| 180 |
-
.cursorignore
|
| 181 |
-
.cursorindexingignore
|
|
|
|
| 130 |
# Environments
|
| 131 |
.env
|
| 132 |
.venv
|
| 133 |
+
|
| 134 |
+
.generated_questions.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|