Spaces:
Sleeping
Sleeping
File size: 257 Bytes
f3704c3 029c5e8 f3704c3 029c5e8 f3704c3 029c5e8 f3704c3 029c5e8 f3704c3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Ignore version control
.git
.gitignore
# Ignore notebooks
Notebook/
# Ignore databases and logs
**/*.db
**/*.sqlite3
**/chromadb.db
**/error_log.txt
# Ignore cache
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
# Ignore environment files
.env
venv/
.venv/ |