# common python ignore
.venv
__pycache__
.pytest_cache

# secret files
.env*
!.env.example

# logs
logs

# distribution / packaging
build
dist

# database files
chromadb
vectordb/
statedb/
*.db
