.git
.gitignore
.venv
.venv_old
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.eggs
*.manifest
*.spec

node_modules
web/node_modules
web/dist
.npm
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.pytest_cache
.coverage
htmlcov
.tox
.nox
coverage.xml
*.cover
*.log

.mypy_cache
.dmypy.json
dmypy.json
.pyre
.pytype
.ruff_cache
.basedpyright

.idea
.vscode
*.swp
*.swo
*~
.DS_Store
Thumbs.db

.env
.env.local
.env.*.local
*.db
*.db-shm
*.db-wal

test_chroma_debug
tests
docs
LICENSE

finchbot_workspace
checkpoints.db*

docker_daemon_config.json
daemon.json
