.git
.gitignore
.hivemind
.env
.env.*
!.env.example

__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage/

.venv/
dist/
build/
*.egg-info/

tests/
docs/
eval/
autoresearch/
deploy/contracts/
