Hubermanbot2 / .dockerignore
Nightwing11's picture
Dockeriz optimized/complete
f3704c3
raw
history blame contribute delete
257 Bytes
# 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/